diff --git a/reference/mysqli/functions/mysqli-fetch-array.xml b/reference/mysqli/functions/mysqli-fetch-array.xml index d465d92ad9..2f2b9dce90 100644 --- a/reference/mysqli/functions/mysqli-fetch-array.xml +++ b/reference/mysqli/functions/mysqli-fetch-array.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_array @@ -25,7 +25,7 @@ Returns an array that corresponds to the fetched row or &null; if there are no more rows for the - database connection represented by the link parameter. + resultset represented by the result parameter. mysqli_fetch_array is an extended version of the @@ -40,7 +40,7 @@ name, the numerically indexed version of the row must be used. - The optional second argument result_type is a constant indicating what + The optional second argument resulttype is a constant indicating what type of array should be produced from the current row data. The possible values for this parameter are the constants MYSQLI_ASSOC, MYSQLI_NUM, or MYSQLI_BOTH. By default the mysqli_fetch_array function will assume MYSQLI_BOTH for this parameter.