baoengb Fri Mar 12 15:43:07 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-array.xml
Log:
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
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.11
phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.11 Wed Feb 25
16:59:16 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml Fri Mar 12 15:43:06
2004
@@ -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.