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 @@ + +