Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/mysqli/mysqli/multi-query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
database processes them sequentially.
<methodname>mysqli_multi_query</methodname> waits for the first query to
complete before returning control to PHP. The MySQL server will then process
the next query in the sequence. Once the next result is ready, MySQL will wait
for the next execution of <function>mysqli_next_result</function> from PHP.
the remaining queries in the sequence. When all results are ready, MySQL will wait
for any remaining executions of <function>mysqli_next_result</function> from PHP.
</para>
<para>
It is recommended to use
Expand Down