From 1861d5203bf8721b9c820b3d537d7fe453bbd490 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Tue, 16 Nov 2021 20:37:13 +0000 Subject: [PATCH] mysqli_fetch_assoc return values fix --- reference/mysqli/mysqli_result/fetch-assoc.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;.