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
This commit is contained in:
Enrique Garcia Briones 2004-03-12 20:43:06 +00:00
parent 95ca7e275f
commit c8ae97db3d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-fetch-array">
<refnamediv>
<refname>mysqli_fetch_array</refname>
@ -25,7 +25,7 @@
</classsynopsis>
<para>
Returns an array that corresponds to the fetched row or &null; if there are no more rows for the
database connection represented by the <parameter>link</parameter> parameter.
resultset represented by the <parameter>result</parameter> parameter.
</para>
<para>
<function>mysqli_fetch_array</function> is an extended version of the
@ -40,7 +40,7 @@
name, the numerically indexed version of the row must be used.
</para>
<para>
The optional second argument <parameter>result_type</parameter> is a constant indicating what
The optional second argument <parameter>resulttype</parameter> 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
<function>mysqli_fetch_array</function> function will assume MYSQLI_BOTH for this parameter.