svn: /phpdoc/ja/trunk/reference/mysqli/mysqli/ autocommit.xml begin-transaction.xml change-user.xml character-set-name.xml close.xml commit.xml construct.xml debug.xml dump-debug-info.xml get-charset.xml get-client-info.xml get-connection-stats.xml get-server-info.xml get-warnings.xml init.xml kill.xml more-results.xml multi-query.xml next-result.xml options.xml ping.xml prepare.xml query.xml real-connect.xml real-escape-string.xml real-query.xml release-savepoint.xml rollback.xml rpl-query-type
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 22 Jun 2020 04:00:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350076
Log:
bulk updated mysqli docs.
Changed paths:
U phpdoc/ja/trunk/reference/mysqli/mysqli/autocommit.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/begin-transaction.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/change-user.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/character-set-name.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/close.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/commit.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/construct.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/debug.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/dump-debug-info.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/get-charset.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/get-client-info.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/get-connection-stats.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/get-server-info.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/get-warnings.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/init.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/kill.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/more-results.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/multi-query.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/next-result.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/options.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/ping.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/prepare.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/query.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/real-connect.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/real-escape-string.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/real-query.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/release-savepoint.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/rollback.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/rpl-query-type.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/savepoint.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/select-db.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/send-query.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/set-charset.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-default.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-handler.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/ssl-set.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/stat.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/stmt-init.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/store-result.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/thread-safe.xml
U phpdoc/ja/trunk/reference/mysqli/mysqli/use-result.xml
svn-diffs-350076.txt
(text/x-diff, 46.9 KB)
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/autocommit.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/autocommit.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/autocommit.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330225 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="mysqli.autocommit" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::autocommit</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::autocommit</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::autocommit</methodname>
<methodparam><type>bool</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/begin-transaction.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/begin-transaction.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/begin-transaction.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346087 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350060 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.begin-transaction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,12 +12,12 @@
<refsect1 role="description">
&reftitle.description;
- <para>&style.oop; (メソッド):</para>
- <methodsynopsis>
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli::begin_transaction</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
- </methodsynopsis>
+ </methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_begin_transaction</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/change-user.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/change-user.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/change-user.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="mysqli.change-user" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::change_user</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::change_user</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::change_user</methodname>
<methodparam><type>string</type><parameter>user</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam><type>string</type><parameter>database</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/character-set-name.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/character-set-name.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/character-set-name.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326022 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="mysqli.character-set-name" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::character_set_name</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>string</type><methodname>mysqli::character_set_name</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>mysqli::character_set_name</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/close.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/close.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/close.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337721 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="mysqli.close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::close</refname>
@@ -13,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::close</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::close</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/commit.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/commit.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/commit.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346087 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="mysqli.commit" 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::commit</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::commit</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/construct.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/construct.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348150 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<refentry xml:id="mysqli.construct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -14,7 +14,7 @@
&reftitle.description;
<para>&style.oop;</para>
<constructorsynopsis>
- <methodname>mysqli::__construct</methodname>
+ <modifier>public</modifier> <methodname>mysqli::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>host</parameter><initializer>ini_get("mysqli.default_host")</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>username</parameter><initializer>ini_get("mysqli.default_user")</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>passwd</parameter><initializer>ini_get("mysqli.default_pw")</initializer></methodparam>
@@ -23,7 +23,7 @@
<methodparam choice="opt"><type>string</type><parameter>socket</parameter><initializer>ini_get("mysqli.default_socket")</initializer></methodparam>
</constructorsynopsis>
<methodsynopsis role="oop">
- <type>void</type><methodname>mysqli::connect</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>mysqli::connect</methodname>
<methodparam choice="opt"><type>string</type><parameter>host</parameter><initializer>ini_get("mysqli.default_host")</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>username</parameter><initializer>ini_get("mysqli.default_user")</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>passwd</parameter><initializer>ini_get("mysqli.default_pw")</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/debug.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/debug.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/debug.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.debug" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::debug</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::debug</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::debug</methodname>
<methodparam><type>string</type><parameter>message</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/dump-debug-info.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/dump-debug-info.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/dump-debug-info.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.dump-debug-info" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::dump_debug_info</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::dump_debug_info</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::dump_debug_info</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/get-charset.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/get-charset.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/get-charset.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338264 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.get-charset" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::get_charset</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>object</type><methodname>mysqli::get_charset</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>mysqli::get_charset</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/get-client-info.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/get-client-info.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/get-client-info.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348968 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.get-client-info" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -15,7 +15,7 @@
<para>&style.oop;</para>
<fieldsynopsis><type>string</type><varname linkend="mysqli.get-client-info">mysqli->client_info</varname></fieldsynopsis>
<methodsynopsis role="oop">
- <type>string</type><methodname>mysqli::get_client_info</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>mysqli::get_client_info</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/get-connection-stats.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/get-connection-stats.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/get-connection-stats.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.get-connection-stats" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mysqli::get_connection_stats</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::get_connection_stats</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::get_connection_stats</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/get-server-info.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/get-server-info.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/get-server-info.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343943 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350062 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.get-server-info" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::$server_info</refname>
@@ -14,7 +15,7 @@
<para>&style.oop;</para>
<fieldsynopsis><type>string</type><varname linkend="mysqli.get-server-info">mysqli->server_info</varname></fieldsynopsis>
<methodsynopsis role="oop">
- <type>string</type><methodname>mysqli_stmt::get_server_info</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>mysqli::get_server_info</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/get-warnings.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/get-warnings.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/get-warnings.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.get-warnings" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::get_warnings</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_warning</type><methodname>mysqli::get_warnings</methodname>
+ <modifier>public</modifier> <type>mysqli_warning</type><methodname>mysqli::get_warnings</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/init.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/init.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/init.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.init" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::init</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli</type><methodname>mysqli::init</methodname>
+ <modifier>public</modifier> <type>mysqli</type><methodname>mysqli::init</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/kill.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/kill.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/kill.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.kill" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::kill</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::kill</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::kill</methodname>
<methodparam><type>int</type><parameter>processid</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/more-results.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/more-results.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/more-results.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349755 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.more-results" 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::more_results</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::more_results</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/multi-query.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/multi-query.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/multi-query.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 325150 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.multi-query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::multi_query</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::multi_query</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::multi_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/next-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/next-result.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/next-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349756 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.next-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::next_result</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::next_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/options.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/options.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/options.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338379 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.options" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::options</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::options</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::options</methodname>
<methodparam><type>int</type><parameter>option</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
@@ -88,6 +89,7 @@
<entry><constant>MYSQLI_SERVER_PUBLIC_KEY</constant></entry>
<entry>
RSA 公開鍵ファイル。SHA-256 ベースの認証で使います。
+ PHP 5.5.0 以降で利用可能です。
</entry>
</row>
<row>
@@ -95,6 +97,7 @@
<entry>
内部のコマンド/ネットワークバッファのサイズ。
mysqlnd でのみ有効です。
+ PHP 5.3.0 以降で利用可能です。
</entry>
</row>
<row>
@@ -102,6 +105,7 @@
<entry>
MySQL コマンドパケットのボディを読み込むときの、読み込みチャンクの最大バイト数。
mysqlnd でのみ有効です。
+ PHP 5.3.0 以降で利用可能です。
</entry>
</row>
<row>
@@ -109,11 +113,13 @@
<entry>
integer 型と float 型のカラムを PHP の数値に変換します。
mysqlnd でのみ有効です。
+ PHP 5.3.0 以降で利用可能です。
</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_SSL_VERIFY_SERVER_CERT</constant></entry>
<entry>
+ PHP 5.3.0 以降で利用可能です。
</entry>
</row>
</tbody>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/ping.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/ping.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/ping.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340248 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.ping" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::ping</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::ping</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::ping</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/prepare.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/prepare.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/prepare.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.prepare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::prepare</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_stmt</type><methodname>mysqli::prepare</methodname>
+ <modifier>public</modifier> <type>mysqli_stmt</type><methodname>mysqli::prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/query.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/query.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/query.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329924 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::query</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mixed</type><methodname>mysqli::query</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>mysqli::query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>resultmode</parameter><initializer>MYSQLI_STORE_RESULT</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/real-connect.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/real-connect.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/real-connect.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339173 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.real-connect" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::real_connect</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::real_connect</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::real_connect</methodname>
<methodparam choice="opt"><type>string</type><parameter>host</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/real-escape-string.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/real-escape-string.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/real-escape-string.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343944 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.real-escape-string" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -14,7 +14,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>string</type><methodname>mysqli::escape_string</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>mysqli::escape_string</methodname>
<methodparam><type>string</type><parameter>escapestr</parameter></methodparam>
</methodsynopsis>
<methodsynopsis role="oop">
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/real-query.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/real-query.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/real-query.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.real-query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::real_query</refname>
@@ -12,9 +13,9 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::real_query</methodname>
- <methodparam><type>string</type><parameter>query</parameter></methodparam>
- </methodsynopsis>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::real_query</methodname>
+ <methodparam><type>string</type><parameter>query</parameter></methodparam>
+ </methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_real_query</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/release-savepoint.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/release-savepoint.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/release-savepoint.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336239 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350060 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.release-savepoint" 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; (メソッド):</para>
- <methodsynopsis>
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli::release_savepoint</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- </methodsynopsis>
+ </methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_release_savepoint</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/rollback.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/rollback.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/rollback.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346087 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.rollback" 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::rollback</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::rollback</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/rpl-query-type.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/rpl-query-type.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/rpl-query-type.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.rpl-query-type" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::rpl_query_type</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>int</type><methodname>mysqli::rpl_query_type</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>mysqli::rpl_query_type</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/savepoint.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/savepoint.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/savepoint.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330228 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350060 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.savepoint" 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; (メソッド):</para>
- <methodsynopsis>
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
<modifier>public</modifier> <type>bool</type><methodname>mysqli::savepoint</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- </methodsynopsis>
+ </methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_savepoint</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/select-db.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/select-db.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/select-db.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.select-db" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::select_db</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::select_db</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::select_db</methodname>
<methodparam><type>string</type><parameter>dbname</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/send-query.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/send-query.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/send-query.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.send-query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::send_query</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::send_query</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::send_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/set-charset.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/set-charset.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/set-charset.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337633 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.set-charset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mysqli::set_charset</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::set_charset</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::set_charset</methodname>
<methodparam><type>string</type><parameter>charset</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-default.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-default.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-default.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350061 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.set-local-infile-default" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::set_local_infile_default</refname>
@@ -10,6 +11,12 @@
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
+ <modifier>public</modifier> <type>void</type><methodname>mysqli::set_local_infile_default</methodname>
+ <void />
+ </methodsynopsis>
+ <para>&style.procedural;</para>
<methodsynopsis>
<type>void</type><methodname>mysqli_set_local_infile_default</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-handler.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-handler.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/set-local-infile-handler.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 324122 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350063 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.set-local-infile-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::set_local_infile_handler</refname>
@@ -12,8 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>mysqli::set_local_infile_handler</methodname>
- <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::set_local_infile_handler</methodname>
<methodparam><type>callable</type><parameter>read_func</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/ssl-set.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/ssl-set.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/ssl-set.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347835 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="mysqli.ssl-set" 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::ssl_set</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli::ssl_set</methodname>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>cert</parameter></methodparam>
<methodparam><type>string</type><parameter>ca</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/stat.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/stat.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/stat.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.stat" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::stat</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>string</type><methodname>mysqli::stat</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>mysqli::stat</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/stmt-init.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/stmt-init.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/stmt-init.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.stmt-init" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::stmt_init</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_stmt</type><methodname>mysqli::stmt_init</methodname>
+ <modifier>public</modifier> <type>mysqli_stmt</type><methodname>mysqli::stmt_init</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/store-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/store-result.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/store-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338306 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.store-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::store_result</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_result</type><methodname>mysqli::store_result</methodname>
+ <modifier>public</modifier> <type>mysqli_result</type><methodname>mysqli::store_result</methodname>
<methodparam choice="opt"><type>int</type><parameter>option</parameter></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/thread-safe.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/thread-safe.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/thread-safe.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 299158 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350061 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.thread-safe" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::thread_safe</refname>
@@ -10,6 +11,11 @@
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop;</para>
+ <methodsynopsis role="oop">
+ <modifier>public</modifier> <type>void</type><methodname>mysqli::thread_safe</methodname>
+ <void />
+ </methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_thread_safe</methodname>
Modified: phpdoc/ja/trunk/reference/mysqli/mysqli/use-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli/use-result.xml 2020-06-21 12:41:36 UTC (rev 350075)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli/use-result.xml 2020-06-22 04:00:52 UTC (rev 350076)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350059 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="mysqli.use-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::use_result</refname>
@@ -12,7 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>mysqli_result</type><methodname>mysqli::use_result</methodname>
+ <modifier>public</modifier> <type>mysqli_result</type><methodname>mysqli::use_result</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>