mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
95ca7e275f
commit
c8ae97db3d
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue