svn: /phpdoc/ja/trunk/reference/mysqli/ mysqli_driver/embedded-server-end.xml mysqli_driver/embedded-server-start.xml mysqli_result/data-seek.xml mysqli_result/fetch-all.xml mysqli_result/fetch-array.xml mysqli_result/fetch-assoc.xml mysqli_result/fetch-field-direct.xml mysqli_result/fetch-field.xml mysqli_result/fetch-fields.xml mysqli_result/fetch-object.xml mysqli_result/fetch-row.xml mysqli_result/field-seek.xml mysqli_result/free.xml mysqli_stmt/attr-get.xml mysqli_stmt/attr-set.xml mysqli_
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 22 Jun 2020 04:58:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350077
Log:
bulk updated mysqli_[driver|result|stmt] docs
Changed paths:
U phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-end.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-start.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/data-seek.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-all.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-array.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-assoc.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-fields.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-object.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-row.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/field-seek.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_result/free.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-get.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-set.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-param.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-result.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/close.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/construct.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/data-seek.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/execute.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/fetch.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/free-result.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-result.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/more-results.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/next-result.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/num-rows.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/prepare.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/reset.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/store-result.xml
svn-diffs-350077.txt
(text/x-diff, 36.7 KB)
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-end.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-end.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-end.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350071 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-driver.embedded-server-end" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_driver::embedded_server_end</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>void</type><methodname>mysqli_driver::embedded_server_end</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>mysqli_driver::embedded_server_end</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-start.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-start.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_driver/embedded-server-start.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350071 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-driver.embedded-server-start" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_driver::embedded_server_start</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_driver::embedded_server_start</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_driver::embedded_server_start</methodname>
<methodparam><type>int</type><parameter>start</parameter></methodparam>
<methodparam><type>array</type><parameter>arguments</parameter></methodparam>
<methodparam><type>array</type><parameter>groups</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/data-seek.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/data-seek.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/data-seek.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336925 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.data-seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::data_seek</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_result::data_seek</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_result::data_seek</methodname>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-all.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-all.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-all.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.fetch-all" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_all</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mixed</type><methodname>mysqli_result::fetch_all</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>mysqli_result::fetch_all</methodname>
<methodparam choice="opt"><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-array.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-array.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-array.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 335586 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="mysqli-result.fetch-array" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_array</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mixed</type><methodname>mysqli_result::fetch_array</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>mysqli_result::fetch_array</methodname>
<methodparam choice="opt"><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-assoc.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-assoc.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-assoc.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 333769 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="mysqli-result.fetch-assoc" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_assoc</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>array</type><methodname>mysqli_result::fetch_assoc</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>mysqli_result::fetch_assoc</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336007 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.fetch-field-direct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_field_direct</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>object</type><methodname>mysqli_result::fetch_field_direct</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>mysqli_result::fetch_field_direct</methodname>
<methodparam><type>int</type><parameter>fieldnr</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-field.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.fetch-field" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_field</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>object</type><methodname>mysqli_result::fetch_field</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>mysqli_result::fetch_field</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-fields.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-fields.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-fields.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337742 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.fetch-fields" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_fields</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>array</type><methodname>mysqli_result::fetch_fields</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>mysqli_result::fetch_fields</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-object.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-object.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-object.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334621 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="mysqli-result.fetch-object" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_object</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>object</type><methodname>mysqli_result::fetch_object</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>mysqli_result::fetch_object</methodname>
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter><initializer>"stdClass"</initializer></methodparam>
<methodparam choice="opt"><type>array</type><parameter>params</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-row.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-row.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/fetch-row.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="mysqli-result.fetch-row" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::fetch_row</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mixed</type><methodname>mysqli_result::fetch_row</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>mysqli_result::fetch_row</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/field-seek.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/field-seek.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/field-seek.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350068 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.field-seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::field_seek</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_result::field_seek</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_result::field_seek</methodname>
<methodparam><type>int</type><parameter>fieldnr</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_result/free.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_result/free.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_result/free.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343941 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350069 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-result.free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_result::free</refname>
@@ -14,15 +15,15 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>void</type><methodname>mysqli_result::free</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>mysqli_result::free</methodname>
<void />
</methodsynopsis>
- <methodsynopsis>
- <type>void</type><methodname>mysqli_result::close</methodname>
+ <methodsynopsis role="oop">
+ <modifier>public</modifier> <type>void</type><methodname>mysqli_result::close</methodname>
<void />
</methodsynopsis>
- <methodsynopsis>
- <type>void</type><methodname>mysqli_result::free_result</methodname>
+ <methodsynopsis role="oop">
+ <modifier>public</modifier> <type>void</type><methodname>mysqli_result::free_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-get.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-get.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-get.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.attr-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +14,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>int</type><methodname>mysqli_stmt::attr_get</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>mysqli_stmt::attr_get</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-set.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-set.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/attr-set.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332890 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="mysqli-stmt.attr-set" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -13,7 +14,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::attr_set</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::attr_set</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-param.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-param.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-param.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.bind-param" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::bind_param</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::bind_param</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::bind_param</methodname>
<methodparam><type>string</type><parameter>types</parameter></methodparam>
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/bind-result.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331998 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.bind-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::bind_result</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::bind_result</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::bind_result</methodname>
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/close.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/close.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/close.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::close</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::close</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::close</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/construct.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/construct.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336014 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -11,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
- <methodname>mysqli_stmt::__construct</methodname>
+ <modifier>public</modifier> <methodname>mysqli_stmt::__construct</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>query</parameter></methodparam>
</constructorsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/data-seek.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/data-seek.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/data-seek.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.data-seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::data_seek</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>void</type><methodname>mysqli_stmt::data_seek</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>mysqli_stmt::data_seek</methodname>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/execute.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/execute.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/execute.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331998 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.execute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::execute</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::execute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::execute</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/fetch.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/fetch.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/fetch.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.fetch" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::fetch</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::fetch</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::fetch</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/free-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/free-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/free-result.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.free-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::free_result</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>void</type><methodname>mysqli_stmt::free_result</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>mysqli_stmt::free_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-result.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338523 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: satoruyoshida Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.get-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::get_result</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_result</type><methodname>mysqli_stmt::get_result</methodname>
+ <modifier>public</modifier> <type>mysqli_result</type><methodname>mysqli_stmt::get_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347685 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.get-warnings" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>object</type><methodname>mysqli_stmt::get_warnings</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>mysqli_stmt::get_warnings</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/more-results.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/more-results.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/more-results.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 335248 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350066 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.more-results" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -11,11 +12,11 @@
<refsect1 role="description">
&reftitle.description;
- <para>&style.oop; (method):</para>
- <methodsynopsis>
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::more_results</methodname>
<void />
- </methodsynopsis>
+ </methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_stmt_more_results</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/next-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/next-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/next-result.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 335248 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350066 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.next-result" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -11,11 +12,11 @@
<refsect1 role="description">
&reftitle.description;
- <para>&style.oop; (method):</para>
- <methodsynopsis>
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::next_result</methodname>
<void />
- </methodsynopsis>
+ </methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_stmt_next_result</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/num-rows.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/num-rows.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/num-rows.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343942 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.num-rows" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::$num_rows</refname>
@@ -14,7 +15,7 @@
<para>&style.oop;</para>
<fieldsynopsis><type>int</type><varname linkend="mysqli-stmt.num-rows">mysqli_stmt->num_rows</varname></fieldsynopsis>
<methodsynopsis role="oop">
- <type>int</type><methodname>mysqli_stmt::num_rows</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>mysqli_stmt::num_rows</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/prepare.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/prepare.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/prepare.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331998 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.prepare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::prepare</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mixed</type><methodname>mysqli_stmt::prepare</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>mysqli_stmt::prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/reset.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/reset.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/reset.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.reset" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::reset</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::reset</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::reset</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.result-metadata" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::result_metadata</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_result</type><methodname>mysqli_stmt::result_metadata</methodname>
+ <modifier>public</modifier> <type>mysqli_result</type><methodname>mysqli_stmt::result_metadata</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.send-long-data" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::send_long_data</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::send_long_data</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::send_long_data</methodname>
<methodparam><type>int</type><parameter>param_nr</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/store-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/store-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_stmt/store-result.xml 2020-06-22 04:58:42 UTC (rev 350077)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349035 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli-stmt.store-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli_stmt::store_result</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::store_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>