From 98d76cd9a7f8934a85808315580f69393d4ce6c5 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 26 Apr 2006 16:20:04 +0000 Subject: [PATCH] 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 --- reference/mysql/functions/mysql-data-seek.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index ad00def4e9..c94c33abc6 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + mysql_data_seek @@ -16,7 +16,8 @@ mysql_data_seek 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 mysql_fetch_row would return that row. + to a MySQL fetch function, such as mysql_fetch_assoc, + would return that row. row_number starts at 0. The