didou Sun Oct 31 14:42:23 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-stmt-fetch.xml
Log:
fix 30632 again, The return values were already explained, and the result an be null
too
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.4
phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.4 Sun Oct 31
14:38:54 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml Sun Oct 31 14:42:23
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.mysqli-stmt-fetch">
<refnamediv>
<refname>mysqli_stmt_fetch</refname>
@@ -12,14 +12,14 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
- <type>bool</type><methodname>mysqli_stmt_fetch</methodname>
+ <type>mixed</type><methodname>mysqli_stmt_fetch</methodname>
<methodparam><type>object</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style (method):</para>
<classsynopsis>
<ooclass><classname>stmt</classname></ooclass>
<methodsynopsis>
- <type>bool</type>
+ <type>mixed</type>
<methodname>fetch</methodname>
<void />
</methodsynopsis>
@@ -27,7 +27,7 @@
<para>
<function>mysqli_stmt_fetch</function> fetch the result from a prepared
statement into the variables bound by
- <function>mysqli_stmt_bind_result</function>. &return.success;
+ <function>mysqli_stmt_bind_result</function>.
</para>
<note>
<para>