mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify behavior of mysqli_more_results() vs mysqli_next_result()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349755 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0d77f05f45
commit
93420a2fec
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &true; if one or more result sets are available from a previous call to
|
||||
Returns &true; if one or more result sets (including errors) are available from a previous call to
|
||||
<function>mysqli_multi_query</function>, otherwise &false;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
&reftitle.returnvalues; Also returns &false; if the next statement resulted in an error, unlike <methodname>mysqli_more_results</methodname>.
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue