georg Sun Mar 28 03:51:14 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-object.xml
mysqli-fetch-row.xml
Log:
fixed return values in description sect.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.11
phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.11 Thu Mar 25
11:30:10 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml Sun Mar 28
03:51:13 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-fetch-object">
<refnamediv>
<refname>mysqli_fetch_object</refname>
@@ -25,7 +25,7 @@
<para>
The <function>mysqli_fetch_object</function> will return the current row result
set
as an object where the attributes of the object represent the names of the
fields found
- within the result set. If no more rows exist in the current result set, &false;
is returned.
+ within the result set. If no more rows exist in the current result set, &null;
is returned.
</para>
</refsect1>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.10
phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.11
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.10 Thu Mar 25
13:31:22 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml Sun Mar 28 03:51:13
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.mysqli-fetch-row">
<refnamediv>
<refname>mysqli_fetch_row</refname>
@@ -23,7 +23,7 @@
</methodsynopsis>
</classsynopsis>
<para>
- Returns an array that corresponds to the fetched row, or &false; if there are no
more rows.
+ Returns an array that corresponds to the fetched row, or &null; if there are no
more rows.
</para>
<para>
<function>mysqli_fetch_row</function> fetches one row of data from the result
set represented by