svn: /phpdoc/ru/trunk/reference/mysqli/ mysqli_result/free.xml mysqli_stmt/attr-get.xml mysqli_stmt/attr-set.xml mysqli_stmt/bind-param.xml mysqli_stmt/bind-result.xml mysqli_stmt/close.xml mysqli_stmt/construct.xml mysqli_stmt/data-seek.xml mysqli_stmt/execute.xml mysqli_stmt/fetch.xml mysqli_stmt/free-result.xml mysqli_stmt/get-result.xml mysqli_stmt/get-warnings.xml mysqli_stmt/more-results.xml mysqli_stmt/next-result.xml mysqli_stmt/num-rows.xml mysqli_stmt/prepare.xml mysqli_stmt/reset.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Mon, 06 Jul 2020 11:23:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350107
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/mysqli/mysqli_result/free.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/attr-get.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/attr-set.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/bind-param.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/bind-result.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/close.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/construct.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/data-seek.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/execute.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/fetch.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/free-result.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/get-result.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/more-results.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/next-result.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/num-rows.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/prepare.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/reset.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml
U phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/store-result.xml
svn-diffs-350107.txt
(text/x-diff, 21.4 KB)
Modified: phpdoc/ru/trunk/reference/mysqli/mysqli_result/free.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_result/free.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_result/free.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 350068 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350069 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-result.free" xmlns="http://docbook.org/ns/docbook">
@@ -20,12 +20,12 @@
<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/ru/trunk/reference/mysqli/mysqli_stmt/attr-get.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/attr-get.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/attr-get.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<refentry xml:id="mysqli-stmt.attr-get" xmlns="http://docbook.org/ns/docbook">
@@ -14,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/ru/trunk/reference/mysqli/mysqli_stmt/attr-set.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/attr-set.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/attr-set.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 332890 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
@@ -14,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/ru/trunk/reference/mysqli/mysqli_stmt/bind-param.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/bind-param.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/bind-param.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322005 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.bind-param" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/bind-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/bind-result.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/bind-result.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331998 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.bind-result" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/close.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/close.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/close.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<refentry xml:id="mysqli-stmt.close" 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::close</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::close</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/construct.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/construct.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 336014 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
@@ -12,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/ru/trunk/reference/mysqli/mysqli_stmt/data-seek.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/data-seek.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/data-seek.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322005 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.data-seek" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/execute.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/execute.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/execute.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331998 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.execute" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/fetch.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/fetch.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/fetch.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<refentry xml:id="mysqli-stmt.fetch" 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::fetch</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::fetch</methodname>
<void />
</methodsynopsis>
<para>&style.procedural;</para>
Modified: phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/free-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/free-result.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/free-result.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<refentry xml:id="mysqli-stmt.free-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,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/ru/trunk/reference/mysqli/mysqli_stmt/get-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/get-result.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/get-result.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 338523 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.get-result" xmlns="http://docbook.org/ns/docbook">
@@ -13,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/ru/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/get-warnings.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347685 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<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/ru/trunk/reference/mysqli/mysqli_stmt/more-results.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/more-results.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/more-results.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 335248 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350066 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
@@ -14,8 +14,8 @@
<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>
Modified: phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/next-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/next-result.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/next-result.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 335248 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350066 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
@@ -14,8 +14,8 @@
<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>
Modified: phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/num-rows.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/num-rows.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/num-rows.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343942 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<refentry xml:id="mysqli-stmt.num-rows" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -15,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/ru/trunk/reference/mysqli/mysqli_stmt/prepare.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/prepare.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/prepare.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331998 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.prepare" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/reset.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/reset.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/reset.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322005 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.reset" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322005 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.result-metadata" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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/ru/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/send-long-data.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322005 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.send-long-data" xmlns="http://docbook.org/ns/docbook">
@@ -13,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/ru/trunk/reference/mysqli/mysqli_stmt/store-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/store-result.xml 2020-07-06 10:58:17 UTC (rev 350106)
+++ phpdoc/ru/trunk/reference/mysqli/mysqli_stmt/store-result.xml 2020-07-06 11:23:48 UTC (rev 350107)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349035 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 350065 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="mysqli-stmt.store-result" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,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>