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

89 Commits

Author SHA1 Message Date
Louis-Arnaud
0a15f1bb57 表記揺れ修正: パーサ → パーサー (#325)
Closes #310

Co-authored-by: KentarouTakeda <4785040+KentarouTakeda@users.noreply.github.com>
2026-02-24 23:42:11 +09:00
Yoshinari Takaoka
10db6a37d4 戻り値の未訳部分を対応 2025-09-19 20:18:05 +09:00
Yoshinari Takaoka
73948b48ad PHP 8.4: New XML{Reader,Writer} methods
2f92a27cd5
2025-09-15 16:49:48 +09:00
Yoshinari Takaoka
57bd33b240 [reference/xml*] sync with en 2025-09-09 21:33:23 +09:00
Sunao Yada
192e27855b PHP 8.4: Add changelog entry for typed constants in XMLReaderの翻訳 (#269)
* PHP 8.4: Add changelog entry for typed constants in XMLReaderの翻訳

* EN-Revisionの更新
2025-03-26 09:53:07 +09:00
Haruki Tazoe
a2d89e15b5 Document new errors in XML{Reader,Writer} の翻訳 (#186) 2024-11-23 22:09:11 +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
Gina Peter Banyard
e4f42ceee3 Apply commit from doc-en PR 3422 2024-06-14 17:01:59 +01:00
Yoshinari Takaoka
3d67e253cd Document overloads of XMLReader::open and ::XML
76875b513c
2024-05-12 11:57:41 +09:00
Yoshinari Takaoka
fef76ddb97 Fix: XMLReader::isValid() docs are too vague
64564d6dc5
2024-04-29 05:08:09 +09:00
Yoshinari Takaoka
c35f07837b Remove constants page
c7918b8424
2024-04-29 03:50:04 +09:00
Yoshinari Takaoka
e926e209cd sync with en 2024-04-28 17:41:52 +09:00
Yoshinari Takaoka
3b30b8e440 Use new class synopsis markup
14767af0f0
2023-08-30 21:53:08 +09:00
Yoshinari Takaoka
bc3c92d258 Document more true return types
bad9acb507
2023-05-16 21:25:53 +09:00
Yoshinari Takaoka
ddbf7d42bc Revert "Add documentation for default constructors - part 1
adf11d8d64
2022-12-28 18:56:59 +09:00
Yoshinari Takaoka
18d1a009ea Add documentation for default constructors - part 1
0510540984
2022-12-20 10:06:09 +09:00
Yoshinari Takaoka
34dcb52e4f Update ext/xmlreader and ext/xmlwriter role attributes
4a742792da
2022-12-12 20:03:27 +09:00
Yoshinari Takaoka
fa4e9e40cf Sync XMLReader class constants with stubs
31ade36544
2022-11-07 01:07:52 +09:00
Yoshinari Takaoka
1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka
37ebb6c399 statically call の日本語訳 を改善 (#49) 2022-05-14 16:10:39 +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
a96f2d9b69 Generate ext/xmlreader and ext/xmlwriter class synopses from stubs
2800b9fe1e
2021-12-16 18:29:15 +09:00
Yoshinari Takaoka
d8a1fc6480 Remove PHP 5, 7 references (php/doc-en#563)
- array functions
- datetime functions
- mbstring functions
- strings functions
- var functions
- xml functions
- json functions
2021-05-17 10:16:49 +09:00
Yoshinari Takaoka
1ab784848e Add missing parameter sections to XMLReader methods (php/doc-en#574)
- close
- isvalid
- movetoelement
- movetofirstattribute
- movetonextattribute
- read
2021-05-01 15:42:58 +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
Yoshinari Takaoka
fe7d4516e8 updated EN-Revision only.
英語版に追随する前に日本語版を修正したため。
2021-04-23 02:04:51 +09:00
Yoshinari Takaoka
0e29a256ef Removed Changelog entries for PHP 5, PHP 7.0 (php/doc-en#543) 2021-04-23 01:59:00 +09:00
Yoshinari Takaoka
3d0e7bfb01 fix section order 2021-04-22 06:34:24 +09:00
Yoshinari Takaoka
bbe37fb67b Fix ##64470: XMLReader::next($localname) moves cursor even if there is no more $localname 2021-01-14 01:33:47 +09:00
Yoshinari Takaoka
3bfb45d85d Add missing modifiers to XMLReader::XML()
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352173 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-22 18:31:05 +00:00
Yoshinari Takaoka
f4d8345bbe fixed return values.
It is apparently inconsistent with method signature.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351911 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-05 21:57:18 +00:00
Yoshinari Takaoka
1021feaa7d Fix methodsynopsis of XMLReader::XML()
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351492 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 12:59:50 +00:00
Yoshinari Takaoka
a679585bee Fix copy&paste typo (updated EN-Revision only)
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351491 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 12:57:39 +00:00
Yoshinari Takaoka
65aee68671 Generate xmlreader methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351478 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-21 22:56:27 +00:00
Yoshinari Takaoka
144f5f2124 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +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
67f12af12f XMLReader::open()'s $encoding defaults to NULL
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349437 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 22:48:39 +00:00
Yoshinari Takaoka
6ca00d20d7 updated xml related doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348904 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 06:07:38 +00:00
TAKAGI Masahiro
073414c7f2 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339533 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-30 22:50:38 +00:00
TAKAGI Masahiro
4fbd112200 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337213 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-21 22:25:16 +00:00
TAKAGI Masahiro
40d3a950f6 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336912 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 22:49:27 +00:00
TAKAGI Masahiro
5c8775d435 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336663 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-25 20:10:19 +00:00
TAKAGI Masahiro
d683c6936a Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334640 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 06:21:33 +00:00
TAKAGI Masahiro
fd45875425 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333790 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-13 23:17:23 +00:00
TAKAGI Masahiro
17cf8ccf62 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330591 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 03:30:51 +00:00
TAKAGI Masahiro
a95e4de08e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-24 21:19:30 +00:00
TAKAGI Masahiro
206ef8f11e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@327020 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-07 23:15:49 +00:00
TAKAGI Masahiro
54bf97bb6f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326076 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-10 03:21:07 +00:00
TAKAGI Masahiro
a5fc56a10c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323847 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 22:01:26 +00:00