diff --git a/reference/mysqli/mysqli_result/fetch-all.xml b/reference/mysqli/mysqli_result/fetch-all.xml index 85c7a98920..1dba080fb4 100644 --- a/reference/mysqli/mysqli_result/fetch-all.xml +++ b/reference/mysqli/mysqli_result/fetch-all.xml @@ -1,5 +1,5 @@ - + mysqli_result::fetch_all @@ -23,6 +23,10 @@ &mysqli.available.mysqlnd; + + mysqli_fetch_all fetches all result rows and returns the result + set as an associative array, a numeric array, or both. +