git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288461 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2009-09-19 18:54:33 +00:00
parent df208f496d
commit 1e5452bbcd

View file

@ -26,7 +26,7 @@
The use of <function>mysqli_num_rows</function> depends on whether you use
buffered or unbuffered result sets.
In case you use unbuffered resultsets <function>mysqli_num_rows</function>
will not correct the correct number of rows until all the rows in the result
will not return the correct number of rows until all the rows in the result
have been retrieved.
</para>
</refsect1>