mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
documentation fix for bug #30657
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172156 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8316158830
commit
1eb5e6808c
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-multi-query">
|
||||
<refnamediv>
|
||||
<refname>mysqli_multi_query</refname>
|
||||
|
@ -37,7 +37,9 @@
|
|||
<refsect1>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
<function>mysqli_multi_query</function> only returns &false; if the first statement failed.
|
||||
To retrieve subsequent errors from other statements you have to call
|
||||
<function>mysqli_next_result</function> first.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
|
|
Loading…
Reference in a new issue