From 6dc9c22fb1c369d0e7f59aae0027ebb29cf92139 Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Sat, 9 Dec 2000 15:04:10 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37445 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index c81c2f7a72..6058e64054 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -683,7 +683,7 @@ mysql_free_result ($result); Returns an associative array that corresponds to the fetched row, or false if there are no more rows. - mysql_fetch_assoc is eqivilant to calling + mysql_fetch_assoc is equivalent to calling mysql_fetch_array with MYSQL_ASSOC for the optional second parameter. It only returns an associative array. This is the way mysql_fetch_array originally