1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-24 16:38:16 +02:00
Commit Graph

70 Commits

Author SHA1 Message Date
Yoshinari Takaoka 6c39ca672d xml: Remove xml_parser_free() from all examples
https://github.com/php/doc-en/commit/b47e4bea197126359815c5e43403c4b77a0aaaa7
2025-10-20 21:13:43 +09:00
Yoshinari Takaoka 68fa286442 Mark xml_parser_free as deprecated.
https://github.com/php/doc-en/commit/00a8ae0c879a70f4bc96a707212482f0fcbd9ac6
2025-10-05 13:41:44 +09:00
Yoshinari Takaoka 9f1b814a2b Add &warn.deprecated.function-*; to all deprecated functions
https://github.com/php/doc-en/commit/ce98b568f85353c4bf263133f09c4db9294833f9
2025-10-05 13:34:14 +09:00
Yoshinari Takaoka 99bb1f3e92 Update function attributes
https://github.com/php/doc-en/commit/42d5fb01e01e9ab1fdb47612833dd13d9003df6a
2025-10-05 13:31:39 +09:00
Yoshinari Takaoka 4759d2f93d [ext/xml] sync with en 2025-08-26 21:44:23 +09:00
Yoshinari Takaoka b551d8a9e0 Synchronize manual with stubs for PHP 8.4 - part 8
https://github.com/php/doc-en/commit/18aa2012f6fa1e5b09733147e02911d16e06d4a1
2025-08-26 21:35:38 +09:00
KentarouTakeda 5393cd2c83 [PHP 8.4] xml,xsl関連機能の翻訳 (#172) 2024-11-17 14:57:48 +09:00
Yoshinari Takaoka 73d38a4b0d may also return "Unknown" if no description was found
https://github.com/php/doc-en/commit/ad323a863f0795ef39c4d8ae85e182b9086321d1
2024-06-16 17:56:54 +09:00
Yoshinari Takaoka 62f0f823f4 原文の消し忘れを削除 2023-10-07 21:29:49 +09:00
Yoshinari Takaoka 4810eff38c Overhaul XML handler docs
変更の趣旨としてはわかるんだが、translator には全く優しくない変更

https://github.com/php/doc-en/commit/5a14f904d231d294e2e5b4fb5d2fc4d2fd9eddee
2023-10-07 20:06:01 +09:00
Yoshinari Takaoka b5bb3c2bd6 Corrections to xml_parser_[gs]et_option
https://github.com/php/doc-en/commit/9fb00a4cf8563ea56d53cb1f72e2856b68899646
2023-09-21 21:14:23 +09:00
Yoshinari Takaoka 5cbc0d4d26 Fix: Improve xml_parser_get/set_option parameters section
https://github.com/php/doc-en/commit/98b449545887ecfda8ae8c9fa5ace0cac8e49fdd
2023-08-02 08:56:12 +09:00
Yoshinari Takaoka 395b40f83a Narrow bool return types to true when possible
https://github.com/php/doc-en/commit/f781803449007bb0e3a96c693e0eee067f7eb466
2023-05-09 00:54:15 +09:00
Yoshinari Takaoka f6a2e3c3f1 Drop xml_get_error_code() return false description
https://github.com/php/doc-en/commit/7b841d339c74f9ccf4cc2e88ace091600333dad9
2023-01-18 12:43:08 +09:00
Yoshinari Takaoka 6d800d3db8 Drop xml_get_current_line_number() return false description
https://github.com/php/doc-en/commit/a34ba2aef00df9b631d9aeea16333e8195ef0a6b
2023-01-18 12:42:11 +09:00
Yoshinari Takaoka 08745a4735 Drop xml_get_current_column_number() return false description
https://github.com/php/doc-en/commit/462e616265625c09c418604b16abdace775ff843
2023-01-18 12:41:05 +09:00
Yoshinari Takaoka a6f671fcbe Drop xml_get_current_byte_index() return false description
https://github.com/php/doc-en/commit/5dc10a2e575a7e84cda0e2789432cd97d674bb3f
2023-01-18 12:39:56 +09:00
Yoshinari Takaoka d68f90e3e9 「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください

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

closes: #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka 1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka 5885c10916 Fix return null description for xml_error_string()
https://github.com/php/doc-en/commit/e700973701abc1897fb9af01d6efca3a53507f23
2022-07-09 00:08:28 +09:00
Yoshinari Takaoka 006f695931 Improve documentation of string encoding conversion functions
- Move utf8_encode and utf8_decode into the strings chapter, since
  they were moved out of the XML extension in 7.2
- Recommend mb_convert_encoding, iconv, and UConverter::transcode
  when mentioning encoding in passing
- Document UConverter::transcode, based on examination of source
  and upstream ICU docs
- Make the language used more consistent, e.g. "convert" rather
  than "encode"/"decode", "encoding" rather than "charset"

https://github.com/php/doc-en/commit/99d758bd259fa80c2828cf8cc250984cb683ee8f
2022-04-04 22:36:51 +09:00
Yoshinari Takaoka 0555fa191f s/返り値/戻り値/g 2021-10-09 02:40:05 +09:00
Yoshinari Takaoka b74c7b4d3b Add note about NOP code
https://github.com/php/doc-en/commit/52dc204a77076e1404257cf39f179882b90b5780
2021-09-15 00:47:51 +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 b8f3d30fa9 Fix xml_get_current_byte_index notes section before changelog (php/doc-en#575) 2021-05-01 15:40:00 +09:00
Yoshinari Takaoka 1dc3511a7a Fix xml_set_default_handler return values section out-of-order (php/doc-en#575) 2021-05-01 15:38:31 +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 7bdc4e3201 Remove or rewrite examples using implode("", file(...)) (#523)
This is a weirdly inefficient way of getting a file's content into
a string, and I'm not sure why anyone would think it was a good
idea.
2021-04-15 03:16:31 +09:00
Yoshinari Takaoka 7d411ce02e updated EN-Revision only 2021-03-20 05:20:44 +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 def02cf418 Generate some standard methodsynopses based on stubs
Cf. <https://github.com/php/doc-en/pull/289>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352198 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-27 04:34:12 +00: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 25cefc6119 XmlParser has been renamed to XMLParser
Although class names are case-insensitive, we better document the proper case.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351805 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-01 01:30:55 +00:00
Yoshinari Takaoka a3a3e93e64 Generate xml 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@351479 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 00:08:08 +00:00
Yoshinari Takaoka e70a9d4629 Fix return types
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351156 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:51:55 +00:00
Yoshinari Takaoka 8f542adde4 Status: working -> ready
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348872 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 02:36:31 +00:00
Yoshinari Takaoka 4e36554c1f sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348828 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-06 17:22:52 +00:00
Yoshinari Takaoka e755ec19b2 Fix erroneous typo fix
We clarify the wording, since it has apparently been confusing.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348572 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-18 16:52:48 +00:00
Yoshinari Takaoka 94bdf6801e added PHP 7.3.0 changelog
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348559 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-17 15:33:05 +00:00
Satoru Yoshida 2f01b5b2ae sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342412 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-22 14:57:52 +00:00
Satoru Yoshida 1de45c68ab sync en, but Status is working.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342411 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-22 14:55:52 +00:00
Satoru Yoshida 8287c2f1ad sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342181 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-25 10:53:01 +00:00
TAKAGI Masahiro 9ffe24df30 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340015 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-11 22:52:57 +00:00
TAKAGI Masahiro af1faee9dc Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333390 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 20:31:50 +00:00
TAKAGI Masahiro 2c76645691 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333222 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-30 12:52:11 +00:00
TAKAGI Masahiro 4da5b1b742 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@327391 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-30 23:03:15 +00:00
TAKAGI Masahiro 2bbc445b07 sync with en (callable type hint introduced in PHP 5.4).
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324167 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 21:14:58 +00:00
TAKAGI Masahiro 5404224d8c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@306560 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-21 21:09:02 +00:00
TAKAGI Masahiro 50a18e881c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@306253 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 06:31:20 +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