svn: /phpdoc/ja/trunk/reference/dba/functions/ dba-close.xml dba-delete.xml dba-exists.xml dba-firstkey.xml dba-insert.xml dba-key-split.xml dba-nextkey.xml dba-optimize.xml dba-replace.xml dba-sync.xml

[email protected] (Yoshinari Takaoka) Sun, 27 Dec 2020 18:05:08 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Sun, 27 Dec 2020 18:05:08 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352210

Log:
Generate dba methodsynopses based on stubs

Closes GH-283.

Changed paths:
    U   phpdoc/ja/trunk/reference/dba/functions/dba-close.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-delete.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-exists.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-firstkey.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-insert.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-key-split.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-nextkey.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-optimize.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-replace.xml
    U   phpdoc/ja/trunk/reference/dba/functions/dba-sync.xml
svn-diffs-352210.txt (text/x-diff, 15.9 KB)
Modified: phpdoc/ja/trunk/reference/dba/functions/dba-close.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-close.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-close.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-close" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>dba_close</methodname>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_close</function> は確立されたデータベースを閉じ、
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -51,7 +51,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-delete.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-delete.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-delete.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-delete" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>dba_delete</methodname>
-   <methodparam><type>string</type><parameter>key</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_delete</function> は、指定されたエントリを
@@ -33,7 +33,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -62,7 +62,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-exists.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-exists.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-exists.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-exists" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>dba_exists</methodname>
-   <methodparam><type>string</type><parameter>key</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_exists</function> は、指定した <parameter>key</parameter>
@@ -33,7 +33,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -62,7 +62,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-firstkey.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-firstkey.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-firstkey.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-firstkey" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type class="union"><type>string</type><type>false</type></type><methodname>dba_firstkey</methodname>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_firstkey</function> はデータベースの最初のキーを返し、
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -52,7 +52,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-insert.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-insert.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-insert.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-insert" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,9 +12,9 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>dba_insert</methodname>
-   <methodparam><type>string</type><parameter>key</parameter></methodparam>
+   <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_insert</function> は、
@@ -45,7 +45,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -74,7 +74,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-key-split.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-key-split.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-key-split.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: takagi Status: ready -->
 <refentry xml:id="function.dba-key-split" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>dba_key_split</refname>
@@ -11,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>dba_key_split</methodname>
-   <methodparam><type>mixed</type><parameter>key</parameter></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>dba_key_split</methodname>
+   <methodparam><type class="union"><type>string</type><type>false</type><type>null</type></type><parameter>key</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_key_split</function> は、キー(文字列形式)
@@ -54,7 +54,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-nextkey.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-nextkey.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-nextkey.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-nextkey" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type class="union"><type>string</type><type>false</type></type><methodname>dba_nextkey</methodname>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_nextkey</function> は、
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -51,7 +51,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-optimize.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-optimize.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-optimize.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-optimize" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>dba_optimize</methodname>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_optimize</function> は、指定されたデータベースを最適化します。
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -49,7 +49,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-replace.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-replace.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-replace.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-replace" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,12 +12,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>dba_replace</methodname>
-   <methodparam><type>string</type><parameter>key</parameter></methodparam>
+   <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>dba_replace</function> は、<parameter>handle</parameter> で
+   <function>dba_replace</function> は、<parameter>dba</parameter> で
    指定したデータベースに <parameter>key</parameter> および
    <parameter>value</parameter> で記述されるエントリを
    置換または挿入します。
@@ -44,7 +44,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -73,7 +73,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/dba/functions/dba-sync.xml
===================================================================
--- phpdoc/ja/trunk/reference/dba/functions/dba-sync.xml	2020-12-27 17:43:56 UTC (rev 352209)
+++ phpdoc/ja/trunk/reference/dba/functions/dba-sync.xml	2020-12-27 18:05:08 UTC (rev 352210)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi -->
 <refentry xml:id="function.dba-sync" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>dba_sync</methodname>
-   <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>dba_sync</function> は
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>handle</parameter></term>
+     <term><parameter>dba</parameter></term>
      <listitem>
       <para>
        <function>dba_open</function> あるいは <function>dba_popen</function>
@@ -51,7 +51,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml