From 24a878af8045988f67f8c77ff677516cd53b3a92 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 28 Jan 2004 10:50:53 +0000 Subject: [PATCH] link to E_WARNING git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149985 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-data-seek.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index c38016a528..8839ba45bd 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -26,8 +26,8 @@ Row_number starts at 0. The row_number should be a value in the range from 0 to mysql_num_rows - 1. However if the result set is empty (mysql_num_rows == - 0), a seek to 0 will fail with a warning and - mysql_data_seek will return &false;. + 0), a seek to 0 will fail with a E_WARNING + and mysql_data_seek will return &false;.