svn: /phpdoc/ja/trunk/ appendices/resources.xml reference/xml/setup.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 22 Nov 2020 00:31:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351481
Log:
XML parsers are objects as of PHP 8.0.0
Changed paths:
U phpdoc/ja/trunk/appendices/resources.xml
U phpdoc/ja/trunk/reference/xml/setup.xml
Modified: phpdoc/ja/trunk/appendices/resources.xml
===================================================================
--- phpdoc/ja/trunk/appendices/resources.xml 2020-11-22 00:27:34 UTC (rev 351480)
+++ phpdoc/ja/trunk/appendices/resources.xml 2020-11-22 00:31:22 UTC (rev 351481)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350334 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351472 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
<title>リソース型の一覧</title>
@@ -2239,7 +2239,7 @@
<entry>
<function>xml_parser_free</function>
</entry>
- <entry>XML パーサ</entry>
+ <entry>XML パーサ(PHP 8.0.0 より前のバージョン)</entry>
</row>
<row>
<entry>zlib</entry>
Modified: phpdoc/ja/trunk/reference/xml/setup.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/setup.xml 2020-11-22 00:27:34 UTC (rev 351480)
+++ phpdoc/ja/trunk/reference/xml/setup.xml 2020-11-22 00:31:22 UTC (rev 351481)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 300860 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351472 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<chapter xml:id="xml.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -42,7 +43,7 @@
<section xml:id="xml.resources">
&reftitle.resources;
<para>
- <function>xml_parser_create</function>および
+ PHP 8.0.0 より前のバージョンでは、<function>xml_parser_create</function>および
<function>xml_parser_create_ns</function> により返された
<literal>xml</literal>リソースは、
このエクステンションにより提供された関数で使用される