From cb778fb2bc998d5b7d0c36f3b461e7b076daad6f Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Wed, 11 Feb 2009 17:16:22 +0000 Subject: [PATCH] Corrected XML markup for mysqli_fetch_all() now that it has an entry in the reference manual. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275604 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/summary.xml | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/reference/mysqli/summary.xml b/reference/mysqli/summary.xml index d0a07384d7..0c12d6edb7 100755 --- a/reference/mysqli/summary.xml +++ b/reference/mysqli/summary.xml @@ -1,5 +1,5 @@  - + The MySQLi Extension Function Summary @@ -586,10 +586,10 @@ Adjusts the result pointer to an arbitary row in the result - $mysqli_result->fetch_all() - mysqli_fetch_all() + mysqli_result->fetch_all + mysqli_fetch_all N/A - NOT DOCUMENTED [mysqlnd only] + Fetches all result rows and returns the result set as an associative array, a numeric array, or both. MySQL Native Driver Only mysqli_result->fetch_array @@ -698,3 +698,24 @@ + +