vrana Sat Jul 23 05:50:05 2005 EDT
Modified files:
/phpdoc/en/reference/sqlite/functions sqlite-fetch-all.xml
Log:
Returns remaining rows (bug #33830)
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-fetch-all.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-fetch-all.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-fetch-all.xml:1.6
phpdoc/en/reference/sqlite/functions/sqlite-fetch-all.xml:1.7
--- phpdoc/en/reference/sqlite/functions/sqlite-fetch-all.xml:1.6 Sun Feb
20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-fetch-all.xml Sat Jul 23
05:49:59 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.sqlite-fetch-all">
<refnamediv>
<refname>sqlite_fetch_all</refname>
@@ -74,8 +74,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Returns an array of the current row from a result set; &false; if the
- current position is beyond the final row.
+ Returns an array of the remaining rows in a result set. If called right
+ after <function>sqlite_query</function>, it returns all rows. If called
+ after <function>sqlite_fetch_array</function>, it returns the rest. If
+ there are no rows in a result set, it returns an empty array.
</para>
&sqlite.case-fold;
</refsect1>