svn: /phpdoc/ja/trunk/reference/ curl/book.xml curl/curlhandle.xml curl/curlmultihandle.xml curl/curlsharehandle.xml enchant/book.xml enchant/enchantbroker.xml enchant/enchantdictionary.xml image/book.xml image/gdimage.xml openssl/book.xml openssl/opensslasymmetrickey.xml openssl/opensslcertificate.xml openssl/opensslcertificatesigningrequest.xml shmop/book.xml shmop/shmop.xml sockets/addressinfo.xml sockets/book.xml sockets/socket.xml xml/book.xml xml/xmlparser.xml zlib/book.xml zlib/deflatecon
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 06 Dec 2020 22:57:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351936
Log:
Document new opaque classes which replace resources
Changed paths:
U phpdoc/ja/trunk/reference/curl/book.xml
A phpdoc/ja/trunk/reference/curl/curlhandle.xml
A phpdoc/ja/trunk/reference/curl/curlmultihandle.xml
A phpdoc/ja/trunk/reference/curl/curlsharehandle.xml
U phpdoc/ja/trunk/reference/enchant/book.xml
A phpdoc/ja/trunk/reference/enchant/enchantbroker.xml
A phpdoc/ja/trunk/reference/enchant/enchantdictionary.xml
U phpdoc/ja/trunk/reference/image/book.xml
A phpdoc/ja/trunk/reference/image/gdimage.xml
U phpdoc/ja/trunk/reference/openssl/book.xml
A phpdoc/ja/trunk/reference/openssl/opensslasymmetrickey.xml
A phpdoc/ja/trunk/reference/openssl/opensslcertificate.xml
A phpdoc/ja/trunk/reference/openssl/opensslcertificatesigningrequest.xml
U phpdoc/ja/trunk/reference/shmop/book.xml
A phpdoc/ja/trunk/reference/shmop/shmop.xml
A phpdoc/ja/trunk/reference/sockets/addressinfo.xml
U phpdoc/ja/trunk/reference/sockets/book.xml
A phpdoc/ja/trunk/reference/sockets/socket.xml
U phpdoc/ja/trunk/reference/xml/book.xml
A phpdoc/ja/trunk/reference/xml/xmlparser.xml
U phpdoc/ja/trunk/reference/zlib/book.xml
A phpdoc/ja/trunk/reference/zlib/deflatecontext.xml
A phpdoc/ja/trunk/reference/zlib/inflatecontext.xml
svn-diffs-351936.txt
(text/x-diff, 45.7 KB)
Modified: phpdoc/ja/trunk/reference/curl/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/curl/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341282 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa -->
<book xml:id="book.curl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -28,6 +28,9 @@
&reference.curl.constants;
&reference.curl.examples;
&reference.curl.reference;
+ &reference.curl.curlhandle;
+ &reference.curl.curlmultihandle;
+ &reference.curl.curlsharehandle;
&reference.curl.curlfile;
</book>
Added: phpdoc/ja/trunk/reference/curl/curlhandle.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/curlhandle.xml (rev 0)
+++ phpdoc/ja/trunk/reference/curl/curlhandle.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.curlhandle" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>CurlHandle クラス</title>
+ <titleabbrev>CurlHandle</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ CurlHandle intro -->
+ <section xml:id="curlhandle.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>curl</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="curlhandle.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>CurlHandle</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>CurlHandle</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlhandle')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.curl.entities.curlhandle; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/curl/curlhandle.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/curl/curlmultihandle.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/curlmultihandle.xml (rev 0)
+++ phpdoc/ja/trunk/reference/curl/curlmultihandle.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.curlmultihandle" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>CurlMultiHandle クラス</title>
+ <titleabbrev>CurlMultiHandle</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ CurlMultiHandle intro -->
+ <section xml:id="curlmultihandle.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>curl_multi</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="curlmultihandle.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>CurlMultiHandle</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>CurlMultiHandle</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlmultihandle')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.curl.entities.curlmultihandle; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/curl/curlmultihandle.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/curl/curlsharehandle.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/curlsharehandle.xml (rev 0)
+++ phpdoc/ja/trunk/reference/curl/curlsharehandle.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.curlsharehandle" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>CurlShareHandle クラス</title>
+ <titleabbrev>CurlShareHandle</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ CurlShareHandle intro -->
+ <section xml:id="curlsharehandle.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>curl_share</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="curlsharehandle.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>CurlShareHandle</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>CurlShareHandle</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlsharehandle')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.curl.entities.curlsharehandle; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/curl/curlsharehandle.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/enchant/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/enchant/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/enchant/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
<book xml:id="book.enchant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
@@ -61,6 +61,8 @@
&reference.enchant.constants;
&reference.enchant.examples;
&reference.enchant.reference;
+ &reference.enchant.enchantbroker;
+ &reference.enchant.enchantdictionary;
</book>
Added: phpdoc/ja/trunk/reference/enchant/enchantbroker.xml
===================================================================
--- phpdoc/ja/trunk/reference/enchant/enchantbroker.xml (rev 0)
+++ phpdoc/ja/trunk/reference/enchant/enchantbroker.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.enchantbroker" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>EnchantBroker クラス</title>
+ <titleabbrev>EnchantBroker</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ EnchantBroker intro -->
+ <section xml:id="enchantbroker.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>enchant_broker</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="enchantbroker.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>EnchantBroker</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>EnchantBroker</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.enchantbroker')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.enchant.entities.enchantbroker; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/enchant/enchantbroker.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/enchant/enchantdictionary.xml
===================================================================
--- phpdoc/ja/trunk/reference/enchant/enchantdictionary.xml (rev 0)
+++ phpdoc/ja/trunk/reference/enchant/enchantdictionary.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.enchantdictionary" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>EnchantDictionary クラス</title>
+ <titleabbrev>EnchantDictionary</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ EnchantDictionary intro -->
+ <section xml:id="enchantdictionary.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>enchant_dict</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="enchantdictionary.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>EnchantDictionary</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>EnchantDictionary</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.enchantdictionary')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.enchant.entities.enchantdictionary; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/enchant/enchantdictionary.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/image/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/image/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350826 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<book xml:id="book.image" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -147,6 +147,7 @@
&reference.image.constants;
&reference.image.examples;
&reference.image.reference;
+ &reference.image.gdimage;
</book>
Added: phpdoc/ja/trunk/reference/image/gdimage.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/gdimage.xml (rev 0)
+++ phpdoc/ja/trunk/reference/image/gdimage.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.gdimage" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>GdImage クラス</title>
+ <titleabbrev>GdImage</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ GdImage intro -->
+ <section xml:id="gdimage.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>gd</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="gdimage.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>GdImage</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>GdImage</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.gdimage')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.gd.entities.gdimage; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/image/gdimage.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/openssl/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/openssl/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/openssl/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342538 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa,mumumu -->
<book xml:id="book.openssl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -29,6 +29,9 @@
&reference.openssl.certparams;
&reference.openssl.cert-verification;
&reference.openssl.reference;
+ &reference.openssl.opensslcertificate;
+ &reference.openssl.opensslcertificatesigningrequest;
+ &reference.openssl.opensslasymmetrickey;
</book>
Added: phpdoc/ja/trunk/reference/openssl/opensslasymmetrickey.xml
===================================================================
--- phpdoc/ja/trunk/reference/openssl/opensslasymmetrickey.xml (rev 0)
+++ phpdoc/ja/trunk/reference/openssl/opensslasymmetrickey.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.opensslasymmetrickey" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>OpenSSLAsymmetricKey クラス</title>
+ <titleabbrev>OpenSSLAsymmetricKey</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ OpenSSLAsymmetricKey intro -->
+ <section xml:id="opensslasymmetrickey.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>OpenSSL key</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="opensslasymmetrickey.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>OpenSSLAsymmetricKey</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>OpenSSLAsymmetricKey</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.opensslasymmetrickey')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.openssl.entities.opensslasymmetrickey; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/openssl/opensslasymmetrickey.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/openssl/opensslcertificate.xml
===================================================================
--- phpdoc/ja/trunk/reference/openssl/opensslcertificate.xml (rev 0)
+++ phpdoc/ja/trunk/reference/openssl/opensslcertificate.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.opensslcertificate" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>OpenSSLCertificate クラス</title>
+ <titleabbrev>OpenSSLCertificate</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ OpenSSLCertificate intro -->
+ <section xml:id="opensslcertificate.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>OpenSSL X.509</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="opensslcertificate.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>OpenSSLCertificate</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>OpenSSLCertificate</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.opensslcertificate')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.openssl.entities.opensslcertificate; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/openssl/opensslcertificate.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/openssl/opensslcertificatesigningrequest.xml
===================================================================
--- phpdoc/ja/trunk/reference/openssl/opensslcertificatesigningrequest.xml (rev 0)
+++ phpdoc/ja/trunk/reference/openssl/opensslcertificatesigningrequest.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.opensslcertificatesigningrequest" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>OpenSSLCertificateSigningRequest クラス</title>
+ <titleabbrev>OpenSSLCertificateSigningRequest</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ OpenSSLCertificateSigningRequest intro -->
+ <section xml:id="opensslcertificatesigningrequest.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>OpenSSL X.509 CSR</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="opensslcertificatesigningrequest.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>OpenSSLCertificateSigningRequest</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>OpenSSLCertificateSigningRequest</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.opensslcertificatesigningrequest')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.openssl.entities.opensslcertificatesigningrequest; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/openssl/opensslcertificatesigningrequest.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/shmop/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/shmop/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/shmop/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347589 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<book xml:id="book.shmop" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -21,6 +21,7 @@
&reference.shmop.constants;
&reference.shmop.examples;
&reference.shmop.reference;
+ &reference.shmop.shmop;
</book>
Added: phpdoc/ja/trunk/reference/shmop/shmop.xml
===================================================================
--- phpdoc/ja/trunk/reference/shmop/shmop.xml (rev 0)
+++ phpdoc/ja/trunk/reference/shmop/shmop.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.shmop" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Shmop クラス</title>
+ <titleabbrev>Shmop</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Shmop intro -->
+ <section xml:id="shmop.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>shmop</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="shmop.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Shmop</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>Shmop</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.shmop')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.shmop.entities.shmop; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/shmop/shmop.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/sockets/addressinfo.xml
===================================================================
--- phpdoc/ja/trunk/reference/sockets/addressinfo.xml (rev 0)
+++ phpdoc/ja/trunk/reference/sockets/addressinfo.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.addressinfo" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>AddressInfo クラス</title>
+ <titleabbrev>AddressInfo</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ AddressInfo intro -->
+ <section xml:id="addressinfo.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>AddressInfo</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="addressinfo.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>AddressInfo</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>AddressInfo</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.addressinfo')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.sockets.entities.addressinfo; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/sockets/addressinfo.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/sockets/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/sockets/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/sockets/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka,hirokawa -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
+<!-- CREDITS: shimooka,hirokawa,mumumu -->
<book xml:id="book.sockets" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
@@ -46,6 +46,8 @@
&reference.sockets.examples;
&reference.sockets.errors;
&reference.sockets.reference;
+ &reference.sockets.socket;
+ &reference.sockets.addressinfo;
</book>
Added: phpdoc/ja/trunk/reference/sockets/socket.xml
===================================================================
--- phpdoc/ja/trunk/reference/sockets/socket.xml (rev 0)
+++ phpdoc/ja/trunk/reference/sockets/socket.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.socket" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Socket クラス</title>
+ <titleabbrev>Socket</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Socket intro -->
+ <section xml:id="socket.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>Socket</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="socket.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Socket</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>Socket</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.socket')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.sockets.entities.socket; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/sockets/socket.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/xml/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/xml/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa -->
<book xml:id="book.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -47,6 +47,7 @@
&reference.xml.encoding;
&reference.xml.examples;
&reference.xml.reference;
+ &reference.xml.xmlparser;
</book>
Added: phpdoc/ja/trunk/reference/xml/xmlparser.xml
===================================================================
--- phpdoc/ja/trunk/reference/xml/xmlparser.xml (rev 0)
+++ phpdoc/ja/trunk/reference/xml/xmlparser.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.xmlparser" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>XmlParser クラス</title>
+ <titleabbrev>XmlParser</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ XmlParser intro -->
+ <section xml:id="xmlparser.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>xml</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="xmlparser.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>XmlParser</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>XmlParser</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.xmlparser')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.xml.entities.xmlparser; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/xml/xmlparser.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/ja/trunk/reference/zlib/book.xml
===================================================================
--- phpdoc/ja/trunk/reference/zlib/book.xml 2020-12-06 22:38:36 UTC (rev 351935)
+++ phpdoc/ja/trunk/reference/zlib/book.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa -->
+<!-- EN-Revision: 351932 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,mumumu -->
<book xml:id="book.zlib" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
@@ -43,6 +43,8 @@
&reference.zlib.constants;
&reference.zlib.examples;
&reference.zlib.reference;
+ &reference.zlib.deflatecontext;
+ &reference.zlib.inflatecontext;
</book>
Added: phpdoc/ja/trunk/reference/zlib/deflatecontext.xml
===================================================================
--- phpdoc/ja/trunk/reference/zlib/deflatecontext.xml (rev 0)
+++ phpdoc/ja/trunk/reference/zlib/deflatecontext.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.deflatecontext" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>DeflateContext クラス</title>
+ <titleabbrev>DeflateContext</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ DeflateContext intro -->
+ <section xml:id="deflatecontext.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>zlib.deflate</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="deflatecontext.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>DeflateContext</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>DeflateContext</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.deflatecontext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.zlib.entities.deflatecontext; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/zlib/deflatecontext.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ja/trunk/reference/zlib/inflatecontext.xml
===================================================================
--- phpdoc/ja/trunk/reference/zlib/inflatecontext.xml (rev 0)
+++ phpdoc/ja/trunk/reference/zlib/inflatecontext.xml 2020-12-06 22:57:14 UTC (rev 351936)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: mumumu Status: ready -->
+
+<phpdoc:classref xml:id="class.inflatecontext" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>InflateContext クラス</title>
+ <titleabbrev>InflateContext</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ InflateContext intro -->
+ <section xml:id="inflatecontext.intro">
+ &reftitle.intro;
+ <para>
+ PHP 8.0.0 以降、
+ <literal>zlib.inflate</literal> リソースを置き換える完全不透明クラスです。
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="inflatecontext.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>InflateContext</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <modifier>final</modifier>
+ <classname>InflateContext</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+ <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.inflatecontext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ <!-- &reference.zlib.entities.inflatecontext; -->
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/zlib/inflatecontext.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property