vrana Fri Jun 24 09:46:17 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-prepare.xml
mysqli-stmt-data-seek.xml
mysqli-stmt-result-metadata.xml
mysqli-use-result.xml
Log:
Fix return types
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.10
phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.11
--- phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.10 Wed Apr
6 04:49:29 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml Fri Jun 24
09:46:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.mysqli-prepare">
<refnamediv>
<refname>mysqli_prepare</refname>
@@ -12,7 +12,7 @@
<title>Description</title>
<para>Procedure style:</para>
<methodsynopsis>
- <type>mixed</type><methodname>mysqli_prepare</methodname>
+ <type>mysqli_stmt</type><methodname>mysqli_prepare</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
@@ -20,7 +20,7 @@
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
- <type>mixed</type><methodname>prepare</methodname>
+ <type>mysqli_stmt</type><methodname>prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-data-seek.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-data-seek.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-data-seek.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-stmt-data-seek.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-data-seek.xml:1.6 Fri Nov
12 09:01:04 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-data-seek.xml Fri Jun
24 09:46:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-stmt-data-seek">
<refnamediv>
<refname>mysqli_stmt_data_seek</refname>
@@ -10,7 +10,7 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
- <type>bool</type><methodname>mysqli_stmt_data_seek</methodname>
+ <type>void</type><methodname>mysqli_stmt_data_seek</methodname>
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
@@ -18,7 +18,7 @@
<classsynopsis>
<ooclass><classname>mysqli_stmt</classname></ooclass>
<methodsynopsis>
- <type>bool</type><methodname>data_seek</methodname>
+ <type>void</type><methodname>data_seek</methodname>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
@@ -32,7 +32,7 @@
<refsect1>
&reftitle.returnvalues;
<para>
- &return.success;
+ Returns &null; on success or &false; on failure.
</para>
</refsect1>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-result-metadata.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-result-metadata.xml
diff -u
phpdoc/en/reference/mysqli/functions/mysqli-stmt-result-metadata.xml:1.8
phpdoc/en/reference/mysqli/functions/mysqli-stmt-result-metadata.xml:1.9
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-result-metadata.xml:1.8
Tue Apr 26 10:33:31 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-result-metadata.xml
Fri Jun 24 09:46:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.mysqli-stmt-result-metadata">
<refnamediv>
<refname>mysqli_stmt_result_metadata</refname>
@@ -9,14 +9,14 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
- <type>mixed</type><methodname>mysqli_stmt_result_metadata</methodname>
+
<type>mysqli_result</type><methodname>mysqli_stmt_result_metadata</methodname>
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style (method):</para>
<classsynopsis>
<ooclass><classname>mysqli_stmt</classname></ooclass>
<methodsynopsis>
- <type>mixed</type><methodname>result_metadata</methodname>
+ <type>mysqli_result</type><methodname>result_metadata</methodname>
<void />
</methodsynopsis>
</classsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.11
phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.11 Fri Nov
12 09:01:04 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml Fri Jun 24
09:46:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-use-result">
<refnamediv>
<refname>mysqli_use_result</refname>
@@ -10,14 +10,14 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
- <type>mixed</type><methodname>mysqli_use_result</methodname>
+ <type>mysqli_result</type><methodname>mysqli_use_result</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style (method):</para>
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
- <type>mixed</type><methodname>use_result</methodname>
+ <type>mysqli_result</type><methodname>use_result</methodname>
<void />
</methodsynopsis>
</classsynopsis>