diff --git a/reference/mysqli/mysqli_result/fetch-assoc.xml b/reference/mysqli/mysqli_result/fetch-assoc.xml index 0e203e9933..178b3fa8d2 100644 --- a/reference/mysqli/mysqli_result/fetch-assoc.xml +++ b/reference/mysqli/mysqli_result/fetch-assoc.xml @@ -47,9 +47,10 @@ &reftitle.returnvalues; - Returns an associative array representing the fetched row in the result - set, where each key in the array represents the name of one of the result - set's columns or &null; if there are no more rows in result set. + Returns an associative array representing the fetched row, + where each key in the array represents the name of one of the result + set's columns, &null; if there + are no more rows in the result set, &return.falseforfailure;.