mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4bfe94b30e
commit
6dc9c22fb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue