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

37 Commits

Author SHA1 Message Date
Yoshinari Takaoka
996fb2ce5d [PHP 8.4] プロパティフック関係の、Reflection まわりの追加変更に追随
但し、 #271 で問題になっている propertyhooktype.xml は除く。
2025-09-07 16:22:39 +09:00
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
a5fb40849c 訳を既存のものに合わせた 2023-01-17 14:42:01 +09:00
Yoshinari Takaoka
17f3e5ee1b Missing getAttributes documentation
fadab82e11
2023-01-17 14:35:42 +09:00
Yoshinari Takaoka
d68f90e3e9 「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください

を「参照ください」に置き換えた。
個人的には「参照ください」は違和感のある日本語だが、既存の訳で圧倒的な優勢だったそれを採用した。

closes: #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka
cdafb72cba Update ext/reflection role attributes
ec2fe9a592
2022-12-12 20:33:00 +09:00
Yoshinari Takaoka
18fe544b89 Remove return value section for Reflection constructors
967b4787ba
2022-04-08 23:30:10 +09:00
Yoshinari Takaoka
3bf0366dc5 Remove &warn.undocumented.func; from Reflection
Removed from all the places where it wasn't stricly necessary.

ab58951f68
2022-03-30 20:20:36 +09:00
Yoshinari Takaoka
da0a851ec1 [PHP 8.1] Remove final modifier from __clone()
83b6431800
2021-12-03 00:58:52 +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
18c5d6c77e Generate methodsynopses based on stubs for recent changes
b0b19b6618
2021-10-02 03:09:00 +09:00
Yoshinari Takaoka
e93c1b769f Added ReflectionAttribute related Documentation. (php/doc-en#588) 2021-06-04 20:53:16 +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
5cc4e054f3 replaced deprected warning with deprecated-removed one. 2021-05-02 14:26:16 +09:00
Yoshinari Takaoka
4c4cf5d04b Removed references to PHP 5, PHP 7.0 (php/doc-en#548) 2021-04-26 21:29:47 +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
5d2df4a7cf Remove mention of PHP 5 in Language Reference section
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351114 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-01 06:37:26 +00:00
Yoshinari Takaoka
de17c45906 Reflection can now get defaults for internals
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350521 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-06 12:53: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
Yoshinari Takaoka
9dfdd0ae84 added missing reflection related doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348918 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 15:05:05 +00:00
Yoshinari Takaoka
6d08cf5c86 updated reflection related translation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348846 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-08 14:01:43 +00:00
Yoshinari Takaoka
6bd9c24e3a Document ReflectionParameter::__construct()
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348591 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-19 18:45:57 +00:00
TAKAGI Masahiro
5293505252 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337070 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-28 04:54:49 +00: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
3a7fbcf29c Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331835 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-14 22:38:19 +00:00
TAKAGI Masahiro
41c6af8045 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330383 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-28 23:06:37 +00:00
TAKAGI Masahiro
edc3d6b148 s/ユーザ[^ー]/ユーザー/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:29:04 +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
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