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

128 Commits

Author SHA1 Message Date
KentarouTakeda
768e8d6ed7 軽微な差分を優先し26ファイルを既訳更新 (#349)
- reference/mbstring/functions/mb-decode-numericentity.xml
  1. php/doc-en@4e69a9f2b1
- reference/imap/functions/imap-headerinfo.xml
  1. php/doc-en@4e69a9f2b1
- reference/ssh2/functions/ssh2-auth-pubkey-file.xml
  1. php/doc-en@74ef2355c5
- reference/ssh2/functions/ssh2-connect.xml
  1. php/doc-en@74ef2355c5
- reference/stream/functions/stream-filter-append.xml
  1. php/doc-en@a684294e0b
- reference/stream/functions/stream-filter-prepend.xml
  1. php/doc-en@a684294e0b
- reference/filesystem/functions/fgetcsv.xml
  1. php/doc-en@e1fd0bef1d
  2. php/doc-en@0a3648a718
  3. `&warning.csv.escape-parameter;` の重複を削除(既訳のバグ修正)
- reference/spl/splfileobject/fgetcsv.xml
  1. php/doc-en@e1fd0bef1d
  2. php/doc-en@3a89b55d11
  3. php/doc-en@0a3648a718
- language/predefined/attributes/nodiscard.xml
  1. php/doc-en@30bda33771
- reference/pdo_sqlite/pdo/sqlite/createfunction.xml
  1. php/doc-en@28930349ca
- reference/math/functions/fmod.xml
  1. php/doc-en@54a788ca59
- reference/simplexml/simplexmlelement/addChild.xml
  1. php/doc-en@dca2a8354f
- reference/json/functions/json-last-error.xml
  1. php/doc-en@058ea1e842
- features/commandline.xml
  1. php/doc-en@96b10a9885
- appendices/migration85/incompatible.xml
  1. php/doc-en@048982b729
  2. php/doc-en@f81bbcf9d3
- reference/random/random/randomizer/getfloat.xml
  1. php/doc-en@1ada637cc8
  2. php/doc-en@423a1da63f
- reference/mysqli/mysqli/multi-query.xml
  1. php/doc-en@1beae37b69
- reference/image/functions/getimagesize.xml
  1. php/doc-en@6bb90d24b2
- reference/curl/functions/curl-close.xml
  1. php/doc-en@86c8ebd19e
- reference/curl/functions/curl-share-close.xml
  1. php/doc-en@29c3d13980
- reference/yaml/functions/yaml-parse-file.xml
  1. php/doc-en@132d2a8d63
- reference/mysqli/mysqli/options.xml
  1. php/doc-en@e309a62b16
  2. MYSQLI_SERVER_PUBLIC_KEY の古い「PHP 5.5.0 以降」テキストを削除(既訳のバグ修正)
- appendices/transports.xml
  1. php/doc-en@ae90ecc932
- reference/soap/soapserver/addfunction.xml
  1. php/doc-en@577239f64b
- reference/var/functions/settype.xml
  1. php/doc-en@8d49e302b4
- features/http-auth.xml
  1. php/doc-en@cd4180557a
2026-03-10 08:58:57 +09:00
Yoshinari Takaoka
bacc45dc9c Fix class constant references inside parameter default values
c142be8117
2026-01-12 18:19:57 +09:00
Yoshinari Takaoka
2e11267a80 examples.xml Amend the case in the class name
bdc3ab31fb
2025-10-16 00:12:45 +09:00
Yoshinari Takaoka
00ec922d5f fix broken build 2025-09-02 19:30:58 +09:00
Yoshinari Takaoka
a8cf85b67f [reference/simplexml] sync with en. 2025-09-02 19:24:13 +09:00
KentarouTakeda
180a2c1299 <type>型名</type><type>typeName</type> に修正 (#210) 2024-12-31 12:26:43 +09:00
KentarouTakeda
5393cd2c83 [PHP 8.4] xml,xsl関連機能の翻訳 (#172) 2024-11-17 14:57:48 +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
Gina Peter Banyard
e4f42ceee3 Apply commit from doc-en PR 3422 2024-06-14 17:01:59 +01:00
Yoshinari Takaoka
86a50e177c Remove links from within constant tags
28f0dc949d
2024-04-29 04:52:31 +09:00
Yoshinari Takaoka
cc4c078dd8 Sync some methodsynopses with stubs
d715365c09
2024-04-28 14:23:12 +09:00
Yoshinari Takaoka
682bc068e7 Fix argument to SimpleXMLElement's constructor
39dc32304a
2024-02-11 20:50:04 +09:00
Yoshinari Takaoka
da33f2d241 Cleanup libxml options parameter description
d2939d4611
2023-10-01 18:41:46 +09:00
Yoshinari Takaoka
8d9fb5bd35 Fix SimpleXMLElement::current() example
523e43a7d9
2023-09-19 22:45:20 +09:00
Yoshinari Takaoka
3b30b8e440 Use new class synopsis markup
14767af0f0
2023-08-30 21:53:08 +09:00
Yoshinari Takaoka
8002765f09 Fix broken build / Move iterator methods of SimpleXMLIterator to SimpleXMLElement
dcb657b7e9
2023-05-11 20:26:14 +09:00
Yoshinari Takaoka
f3f81c400e List inherited constructors on the class synopsis pages
3fc56d76de
2022-12-29 06:38:59 +09:00
Yoshinari Takaoka
09a6d3eabc Fix xpointer expressions
When removing the `not()` operator, some closing parentheses have been
overlooked, which resulted in broken xpointer expressions.

071a588364
2022-12-13 20:26:16 +09:00
Yoshinari Takaoka
45403e7754 Update ext/simplexml role attributes
770c6facae
2022-12-13 01:27:12 +09:00
Yoshinari Takaoka
efbd44ebdf Replace each() with foreach in usort and simplexmlelement/xpath
08e0e7dd68
2022-05-27 02:31:37 +09:00
nsfisis
35a332b0af simplexml_import_dom: remove unnecessary &return.falseproblem; (#41)
English version does not contain `&return.falseproblem` and the function
never returns `false`.
2022-04-07 19:54:19 +09:00
Yoshinari Takaoka
90f30a88f7 Fix some (con|de)structor pages
c44e9cb68b
2022-04-07 03:44:55 +09:00
Yoshinari Takaoka
a65f9d9f35 SimpleXMLElement::children() returns null for attribute nodes
1ceec35d4d
2022-01-21 07:06:28 +09:00
Yoshinari Takaoka
f3290a43f5 Generate various class synopses from stubs - part 1
6803b3c62d
2021-12-23 22:41:28 +09:00
Yoshinari Takaoka
12ea647805 simplexml_load_file(): see also libxml_set_streams_context()
Cf. <https://bugs.php.net/53369>.
6199e10e91
2021-09-10 00:07:21 +09:00
Yoshinari Takaoka
de13236cb7 Fix section order issues in SimpleXML extension 2021-06-07 11:36:05 +09:00
Yoshinari Takaoka
9f4033d0d6 s/必要とします/必要です/ 2021-05-28 20:00:10 +09:00
Yoshinari Takaoka
447180c700 Update the methodsynopsis of some recently changed stubs (php/doc-en#625) 2021-05-25 08:07:03 +09:00
Yoshinari Takaoka
ba6e61c77c Update ext/simplexml methodsynopses based on stubs (php/doc-en#599) 2021-05-23 12:51:45 +09:00
Yoshinari Takaoka
9e32c45b7e Remove PHP 5, 7 references (php/doc-en#565) 2021-05-13 10:14:52 +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
Yoshinari Takaoka
81510f1351 Removed references to PHP 5, PHP 7.0 (php/doc-en#544) 2021-04-24 23:59:07 +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
7d411ce02e updated EN-Revision only 2021-03-20 05:20:44 +09:00
Yoshinari Takaoka
ca3236dd86 SimpleXMLElement::attributes() may return NULL
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-482.
2021-03-08 22:52:41 +09:00
Yoshinari Takaoka
b10c07056d Fixed simplexml_import_dom return type
Closes GH-446.
2021-02-14 01:40:49 +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
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
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
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
9e65986dd8 Fix section order
According to <http://svn.php.net/viewvc/phpdoc/doc-base/trunk/RFC/skeletons/function.xml?view=markup>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349893 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 22:03:06 +00:00
Yoshinari Takaoka
852f16b4a7 SimpleXML: add missing changelog entries for $is_prefix
According to the PHP 5.2 migration guide, the `$is_prefix` parameter was added to three methods and two functions in PHP 5.2, but only two of those had a changelog entry about this change.

Ref: https://www.php.net/manual/en/migration52.parameters.php

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349892 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 22:01:17 +00:00
Yoshinari Takaoka
7ec9264922 SimpleXML: add missing changelog entries for $is_prefix
According to the PHP 5.2 migration guide, the `$is_prefix` parameter was added to three methods and two functions in PHP 5.2, but only two of those had a changelog entry about this change.

Ref: https://www.php.net/manual/en/migration52.parameters.php

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349891 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 21:59:03 +00:00
Yoshinari Takaoka
a58ee47406 Fix #63060: Option LIBXML_NOEMPTYTAG is ignored
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349440 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 23:00:26 +00:00
Yoshinari Takaoka
3bcce9ccb2 added missing simplexmlelement api translation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348900 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 04:17:39 +00:00
Satoru Yoshida
f3fde7ba4f sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@347949 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-06 09:42:11 +00:00
Satoru Yoshida
7aa118a520 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346976 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-06 14:50:35 +00:00