Fixed a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37445 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jouni Ahto 2000-12-09 15:04:10 +00:00
parent 4bfe94b30e
commit 6dc9c22fb1

View file

@ -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.</para>
<para>
<function>mysql_fetch_assoc</function> is eqivilant to calling
<function>mysql_fetch_assoc</function> is equivalent to calling
<function>mysql_fetch_array</function> with MYSQL_ASSOC for the
optional second parameter. It only returns an associative array.
This is the way <function>mysql_fetch_array</function> originally