From c8ae97db3d4ca107a974dad5738bc5da9cfaab21 Mon Sep 17 00:00:00 2001 From: Enrique Garcia Briones Date: Fri, 12 Mar 2004 20:43:06 +0000 Subject: [PATCH] Some minor changes, correcting a paragraph, as well as participating in statistics, and my poor participation is due that i spent more time in translating the documentation. but trying to do as much as possible :D git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153549 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-fetch-array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.