mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes Bug #49602.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288461 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
df208f496d
commit
1e5452bbcd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue