mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6e78c55aad
commit
98d76cd9a7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue