From 81eb1450bbcfc91f954d8f45006e0e9a2c2d419c Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 5 Feb 2004 14:59:44 +0000 Subject: [PATCH] doh, mysql_fetch_row doesn't return field names (user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150576 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-fetch-row.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-fetch-row.xml b/reference/mysql/functions/mysql-fetch-row.xml index 0828814222..17eae5a54f 100644 --- a/reference/mysql/functions/mysql-fetch-row.xml +++ b/reference/mysql/functions/mysql-fetch-row.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,6 @@ return the next row in the result set, or &false; if there are no more rows. - &database.field-case; See also mysql_fetch_array,