mysqli_fetch_assoc return values fix

This commit is contained in:
Kamil Tekiela 2021-11-16 20:37:13 +00:00
parent 159ce38734
commit 1861d5203b
No known key found for this signature in database
GPG key ID: 0760BDAB1E89A1E3

View file

@ -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>