From 1e5452bbcd40b0e859f788be878d6e7ab607ee8d Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Sat, 19 Sep 2009 18:54:33 +0000 Subject: [PATCH] Fixes Bug #49602. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288461 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_result/num-rows.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli_result/num-rows.xml b/reference/mysqli/mysqli_result/num-rows.xml index e0d55f4b35..a648af0b63 100644 --- a/reference/mysqli/mysqli_result/num-rows.xml +++ b/reference/mysqli/mysqli_result/num-rows.xml @@ -26,7 +26,7 @@ The use of mysqli_num_rows depends on whether you use buffered or unbuffered result sets. In case you use unbuffered resultsets mysqli_num_rows - 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.