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

169 Commits

Author SHA1 Message Date
Yoshinari Takaoka
2368f3acd4 fixed method_exists return value markup.
3d8c79ee5c
2025-10-04 06:34:06 +09:00
Yoshinari Takaoka
21d300f1eb method_exists: Add changelog and note regarding not supporting __call.
57c38808e4
2025-08-22 21:36:15 +09:00
Yoshinari Takaoka
6f0e567a6c Copy setup code into second example to enable "run code"
c558c3af38
2025-08-22 21:31:36 +09:00
Yoshinari Takaoka
b0127de57e get-class-vars.xml: amend the code of examples
1debc76060
2025-08-22 21:29:28 +09:00
Yoshinari Takaoka
56d4d96192 Remove empty resources pages
48ce43fe79
2024-07-27 20:38:54 +09:00
Yoshinari Takaoka
adbc745a9d Remove empty configuration pages
765b2d6eec
2024-07-27 19:04:27 +09:00
Yoshinari Takaoka
7d486826a4 Remove empty constants pages
46a9cdd2db
2024-07-27 18:40:34 +09:00
Yoshinari Takaoka
64f3e8a596 updated EN-Revision only
f5a677b8fd
2024-07-27 12:03:56 +09:00
Yoshinari Takaoka
6caf9da879 Remove empty requirements pages
605553e228
2024-07-27 11:26:43 +09:00
Yoshinari Takaoka
a5d63ead49 Remove empty installation pages
57d1b0df36
2024-06-29 15:16:59 +09:00
Yoshinari Takaoka
8314778e00 class-alias.xml: added note and change log for an internal classes
9a8a05e013
2024-04-28 20:12:31 +09:00
Yoshinari Takaoka
70893629ee get_parent_class: fix to self-reference
7cec82fec2
2024-02-25 22:48:40 +09:00
Yoshinari Takaoka
acd2d240d4 [PHP 8.3] Update get_class and get_parent_class
4f36c26a72
2024-02-25 22:47:55 +09:00
Yoshinari Takaoka
c99fa33111 Fix return value of property_exists
a4fb7f5931
2024-02-11 20:23:10 +09:00
Yoshinari Takaoka
26e5c57e8e Change note to normal para in get_parent_class
7d126f6cef
2024-01-27 20:01:46 +09:00
Yoshinari Takaoka
0b8a2b4f3d Improve wording and markup of is_a()
fd65805e83
2024-01-27 19:54:09 +09:00
Yoshinari Takaoka
bfca477db4 Add a note about lowercase declared class alias
c992cd3eb5
2023-07-28 19:21:10 +09:00
Yoshinari Takaoka
cf87bdd03f Updated EN-Revision only / Sync wording between get_class() and get_parent_class()
fe33a5685e
2023-07-11 21:24:48 +09:00
Yoshinari Takaoka
66f56a2d7a Corrections to get_called_class()
Amend return value section and add an error and changelog section to document PHP 8.0 behavioural changes.

164b1547cf
2023-07-10 19:51:55 +09:00
Yoshinari Takaoka
3ab45da406 Use supertype instead of parent in is_a function
2428508fac
2023-05-11 19:47:24 +09:00
Yoshinari Takaoka
70e79bb037 Replace links to __autoload
42bd1bfed3
2023-04-18 02:53:40 +09:00
Yoshinari Takaoka
45ea9a45f4 Classes should be written in uppercase
5581b0ca66
2023-03-08 02:45:06 +09:00
Yoshinari Takaoka
1889848c7f Drop get_declared_traits() returns null description
11960da656
2023-01-15 20:41:59 +09:00
Yoshinari Takaoka
5cf033da60 fixed missing EN-Revision number. 2022-12-24 12:11:50 +09:00
Yoshinari Takaoka
6ba80092ba is_a() works with interfaces, too
塩漬け案件になりかけてたドキュメントのバグ、ようやく修正された。
ファインプレーの Anna に感謝。

944af3a79d
2022-12-24 11:20:39 +09:00
Yoshinari Takaoka
d68f90e3e9 「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください

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

closes: #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka
3d4ed27093 Add innerlink for enum
59d305435c
2022-12-06 12:08:17 +09:00
Yoshinari Takaoka
624a96499e Fix example output
5ea9b57cba
2022-08-31 08:30:31 +09:00
Yoshinari Takaoka
a8e12dfe86 Fix: get_parent_class may return false
f004f576e7
2022-05-08 18:31:16 +09:00
Yoshinari Takaoka
7cfc3057d7 静的 -> static な文脈をさらに調整 2022-05-03 03:02:27 +09:00
Yoshinari Takaoka
41fbd8d513 「遅延静的束縛」の表記ゆれを修正 2022-05-03 02:39:13 +09:00
Yoshinari Takaoka
7a512f8031 s/静的メソッド/staticメソッド/
find . -name '*.xml' | xargs sed -i "s/静的メソッド/staticメソッド/g"
2022-05-03 02:15:42 +09:00
Yoshinari Takaoka
5550261273 Fix wrong parameter name
3a1b673c5f
2022-02-13 22:42:27 +09:00
Yoshinari Takaoka
ddccd12052 Don't document ZPP failure return values
Cf. <vimeo/psalm#7478>.
de99fc78de
2022-02-06 23:27:57 +09:00
Yoshinari Takaoka
bede822991 get_class does not return false
d6fbec8b21
2021-12-30 09:05:08 +09:00
Yoshinari Takaoka
7917988acd Fix a few enum function/method signatures
fa575325c8
2021-12-16 23:43:08 +09:00
Yoshinari Takaoka
f23375ace3 Uninitialized type properties are silently discarded on array cast
Cf. <https://bugs.php.net/81629>.
d332b5ae70
2021-11-18 01:10:03 +09:00
Yoshinari Takaoka
aac79608a2 [WIP] Document enumerations
現状のままだと、Enumerations について、リンクなどが不完全な状態になっていたため、取り急ぎ language/enumerations.xml 以外を全訳し、リンクを全て追随させた。

9fe8103520
2021-10-29 22:33:19 +09:00
Yoshinari Takaoka
628445640f Add get_mangled_object_vars description
6b739fa2ec
2021-09-18 18:14:08 +09:00
Yoshinari Takaoka
17d6c6870c New examples for classes
6f11457f11
2021-08-06 10:01:23 +09:00
Yoshinari Takaoka
8dde2eeb14 added get_debug_type reference.
because get_class function is referenced from get_debug_type[*1].

[*1] https://www.php.net/manual/en/function.get-debug-type.php

363a506c6d
2021-07-26 23:59:13 +09:00
Yoshinari Takaoka
8e3321ea0e Fix remaining usages of __autoload (php/doc-en#752) 2021-07-12 02:57:22 +09:00
Yoshinari Takaoka
b63bc0136c Overhaul example for class_exists 2021-07-03 23:23:21 +09:00
Yoshinari Takaoka
4c059cc546 Remove PHP 4 constructor from get_parent_class example 2021-07-02 11:44:42 +09:00
Yoshinari Takaoka
bed8639b65 Fix #81218: get_object_vars returns parent class parameters
Besides there are no "class parameters", parent properties are returned
if in scope.
2021-07-02 11:41:57 +09:00
Yoshinari Takaoka
3401866396 Fix issues in classobj directory 2021-06-11 01:53:15 +09:00
Yoshinari Takaoka
86bc71de80 Fold in comments for get_object_vars() (php/doc-en#595) 2021-05-25 06:32:12 +09:00
Yoshinari Takaoka
34d75253c4 Generate methodsynopses based on stubs for Zend functions and methods (php/doc-en#168) 2021-05-23 12:33:54 +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
baeb602790 Removed references to PHP 5, PHP 7.0 (php/doc-en#545) 2021-04-25 17:35:27 +09:00