git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2014-03-29 21:52:50 +00:00
parent 0bb8848c3b
commit 325fc3992a

View file

@ -22,7 +22,7 @@
<para>
You must call <function>mysqli_stmt_store_result</function> for every query that
successfully produces a result set (<literal>SELECT, SHOW, DESCRIBE, EXPLAIN</literal>),
and only if you want to buffer the complete result set by the client,
if and only if you want to buffer the complete result set by the client,
so that the subsequent <function>mysqli_stmt_fetch</function> call returns buffered data.
</para>
<note>