| Philip Olson 2006-04-26, 6:59 pm |
| philip Wed Apr 26 16:20:04 2006 UTC
Modified files:
/phpdoc/en/reference/mysql/functions mysql-data-s .xml
Log:
S ed row retrieval applies to other functions aside from mysql_fetch_row()
[url]http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysql/functions/mysql-data-s .xml?r1=1.17&r2=1.18&diff_format=u[/url]
Index: phpdoc/en/reference/mysql/functions/mysql-data-s .xml
diff -u phpdoc/en/reference/mysql/functions/mysql-data-s .xml:1.17 phpdoc/en/reference/mysql/functions/mysql-data-s .xml:1.18
--- phpdoc/en/reference/mysql/functions/mysql-data-s .xml:1.17 Thu Mar 31 07:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-data-s .xml Wed Apr 26 16:20:04 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<refentry id="function.mysql-data-s ">
<refnamediv>
<refname>mysql_data_s </refname>
@@ -16,7 +16,8 @@
<function>mysql_data_s </function> moves the internal row
pointer of the MySQL result associated with the specified result
identifier to point to the specified row number. The next call
- to <function>mysql_fetch_row</function> would return that row.
+ to a MySQL fetch function, such as <function>mysql_fetch_assoc</function>,
+ would return that row.
</para>
<para>
<parameter>row_number</parameter> starts at 0. The
|