mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
mysqli_fetch_assoc return values fix
This commit is contained in:
parent
159ce38734
commit
1861d5203b
1 changed files with 4 additions and 3 deletions
|
@ -47,9 +47,10 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an associative array representing the fetched row in the result
|
||||
set, where each key in the array represents the name of one of the result
|
||||
set's columns or &null; if there are no more rows in result set.
|
||||
Returns an associative array representing the fetched row,
|
||||
where each key in the array represents the name of one of the result
|
||||
set's columns, &null; if there
|
||||
are no more rows in the result set, &return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue