Seeked row retrieval applies to other functions aside from mysql_fetch_row()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212033 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2006-04-26 16:20:04 +00:00
parent 6e78c55aad
commit 98d76cd9a7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry id="function.mysql-data-seek">
<refnamediv>
<refname>mysql_data_seek</refname>
@ -16,7 +16,8 @@
<function>mysql_data_seek</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