ronabop Fri Feb 21 18:49:27 2003 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-fetch-array.xml
Log:
Grammar, comma.
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.6
phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.7
--- phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.6 Fri Feb 21 18:17:32
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml Fri Feb 21 18:49:26
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-array">
<refnamediv>
@@ -31,13 +31,13 @@
retrieved. First row is 0.
</para>
<para>
- <parameter>result_type</parameter> is optional parameter controls
- how return value is initialized.
+ <parameter>result_type</parameter> is an optional parameter that controls
+ how the return value is initialized.
<parameter>result_type</parameter> is a constant and can take the
following values: <constant>PGSQL_ASSOC</constant>,
<constant>PGSQL_NUM</constant>, and <constant>PGSQL_BOTH</constant>.
<function>pg_fetch_array</function> returns associative array
- that has field name as key for <constant>PGSQL_ASSOC</constant>. field index as
key
+ that has field name as key for <constant>PGSQL_ASSOC</constant>, field index as
key
with <constant>PGSQL_NUM</constant> and both field name/index as key with
<constant>PGSQL_BOTH</constant>. Default is <constant>PGSQL_BOTH</constant>.
<note>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php