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

30 Commits

Author SHA1 Message Date
Yoshinari Takaoka
f7d26aa5db [ext/reflection] sync with en. 2025-08-27 18:54:39 +09:00
Yoshinari Takaoka
728ede7f39 Reflection: fix some "undocumented" methods, and some other edits for consistency
* If a method has a refpurpose, description, parameters and return
  values, it's documented, there's no need for the warning box.
* Add description where there was none. It is usually very similar
  to the refpurpose.
* Document ReflectionZendExtension::__construct(), and update
  ReflectionExtension::__construct() for consistency.
* In ReflectionFunction::__toString()
* Remove some references to deprecated export() methods.
* Add example for ReflectionParameter::__toString().

ca840c9a6d
2023-06-17 11:10:20 +09:00
Yoshinari Takaoka
2ed86f7725 Remove ReflectionFunction::getClosure() null return description
fad0ca0175
2023-01-15 21:27:46 +09:00
Yoshinari Takaoka
cdafb72cba Update ext/reflection role attributes
ec2fe9a592
2022-12-12 20:33:00 +09:00
Yoshinari Takaoka
46298c96d9 Add invokeArgs Changelog
46359240e6
2022-12-11 22:18:15 +09:00
Yoshinari Takaoka
98ece40704 [PHP 8.2] Add ReflectionFunction::isAnonymous and ReflectionMethod::hasPrototype methods
ee2e49869d
2022-09-30 00:48:04 +09:00
Yoshinari Takaoka
2cd00427ea static variable の日本語訳を、「static変数」に統一
Closes #46
2022-05-02 08:50:03 +09:00
Yoshinari Takaoka
18fe544b89 Remove return value section for Reflection constructors
967b4787ba
2022-04-08 23:30:10 +09:00
Yoshinari Takaoka
a9ae3e3be2 Fix "see also" for ReflectionFunction::__toString
2e7c5de96f
2022-03-23 12:04:36 +09:00
Yoshinari Takaoka
5cc4e054f3 replaced deprected warning with deprecated-removed one. 2021-05-02 14:26:16 +09:00
Yoshinari Takaoka
77d4f227cb Fix typo 2021-04-29 19:54:01 +09:00
Yoshinari Takaoka
1533df741f Add note for passing references to invoke methods.
During running unit tests for a private method I faced the lack of
documentation about how to pass arguments by references through `invoke`
method. (See https://bugs.php.net/bug.php?id=80991) I'd like to add
notes to clarify the workaround to make it easier for others.

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

Closes php/doc-en#550
2021-04-29 18:32:01 +09:00
Yoshinari Takaoka
7d411ce02e updated EN-Revision only 2021-03-20 05:20:44 +09:00
Yoshinari Takaoka
2bb25ca914 changed deprecation function warning as of PHP 8.0.0. 2021-02-10 20:18:47 +09:00
George Peter Banyard
223542483b Update EN-Revision tags for new rev-check
This only updates files which have an empty diff between the two different revisions
2021-02-02 18:27:13 +00: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
Yoshinari Takaoka
975835b9bd update EN-Revision only
EN-Revision was fully updated, because of revert r351730, r351729.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka
c58bf47244 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka
73ccac34bf Remove PHP4 or PHP5 only extension, changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Yoshinari Takaoka
9a4def4699 Reflection*::export is deprecated as of PHP 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350502 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-03 10:08:11 +00:00
Satoru Yoshida
9cb6da3e37 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346988 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 10:37:49 +00:00
TAKAGI Masahiro
4d312618ad Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@338543 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-27 03:14:37 +00:00
TAKAGI Masahiro
fbc1903528 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@322654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-24 10:43:01 +00:00
TAKAGI Masahiro
ada42031cf update EN-Revision :-)
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@317728 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-04 20:52:09 +00:00
Richard Quadling
2d53af9267 Native EOL
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@317669 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:39:46 +00:00
TAKAGI Masahiro
cc02f4aa71 add Japanese translation.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@313099 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-10 01:07:50 +00:00
TAKAGI Masahiro
dabf1fc871 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@304999 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-31 07:04:48 +00:00
TAKAGI Masahiro
1fd6433867 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@304630 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-22 20:55:11 +00:00
TAKAGI Masahiro
ba8c667d13 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@304167 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 21:20:55 +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