mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
This commit is contained in:
parent
5e75ce8c92
commit
b323b5e04b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
<parameter>mode</parameter> is a constant and can take the
|
||||
following values: <constant>PGSQL_ASSOC</constant>,
|
||||
<constant>PGSQL_NUM</constant> and <constant>PGSQL_BOTH</constant>.
|
||||
Using <constant>PGSQL_NUM</constant>, <function>pg_fetch_array</function>
|
||||
Using <constant>PGSQL_NUM</constant>, <function>pg_fetch_all</function>
|
||||
will return an array with numerical indices, using
|
||||
<constant>PGSQL_ASSOC</constant> it will return only associative indices
|
||||
while <constant>PGSQL_BOTH</constant>, the default, will return both
|
||||
|
|
Loading…
Reference in a new issue