1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00

8 Commits

Author SHA1 Message Date
Yoshinari Takaoka
f7d26aa5db [ext/reflection] sync with en. 2025-08-27 18:54:39 +09:00
Yoshinari Takaoka
cdafb72cba Update ext/reflection role attributes
ec2fe9a592
2022-12-12 20:33:00 +09:00
Yoshinari Takaoka
66367280d4 Types are not hints in PHP.
As they are checked at run-time, type checking is enforced in PHP and not 'hinted'.

b95e76e41d
2021-10-10 18:28:12 +09:00
Yoshinari Takaoka
3e346a9ebf Reflection deprecation (php/doc-en#578)
* Clarify what a built-in type is.
* Add PHP 8 equivalent of ReflectionParameter::isArray().
* Leave note on ReflectionParameter::getClass() for what to use instead.
* Clarify order of the array in getParameters().
* Add example to aid working with union types.
* Add updated equivalent of isCallable().
2021-05-06 22:02:45 +09:00
Yoshinari Takaoka
2bb25ca914 changed deprecation function warning as of PHP 8.0.0. 2021-02-10 20:18:47 +09:00
Yoshinari Takaoka
9b47fea4f6 Generate reflection methodsynopses based on stubs
We also document the new `$filter` parameter for the `ReflectionClass`
methods `::getConstants()` and `::getReflectionConstants()` and the
respective constants.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-298.
2021-01-01 05:41:07 +09:00
TAKAGI Masahiro
04db8d9adb Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332200 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-26 22:36:23 +00:00
TAKAGI Masahiro
821fbfb9bc add Japanese translation.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@303284 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-12 01:23:18 +00:00