Apparently, a word has been swallowed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339612 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-07-10 11:05:01 +00:00
parent 6c1ab89a89
commit 37287d6b0c

View file

@ -28,7 +28,7 @@
<note>
<para>
It is unnecessary to call <function>mysqli_stmt_store_result</function> for other queries,
but if you do, it will not harm or cause any notable performance in all cases.
but if you do, it will not harm or cause any notable performance loss in all cases.
You can detect whether the query produced a result set by checking if
<function>mysqli_stmt_result_metadata</function> returns NULL.
</para>