dams Fri Feb 21 18:17:32 2003 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-fetch-array.xml
pg-fetch-assoc.xml
pg-fetch-object.xml
pg-fetch-row.xml
Log:
use of constant, and moving the ssee also
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.5
phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.6
--- phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.5 Thu Aug 1 10:41:25
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml Fri Feb 21 18:17:32
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-array">
<refnamediv>
@@ -34,11 +34,12 @@
<parameter>result_type</parameter> is optional parameter controls
how return value is initialized.
<parameter>result_type</parameter> is a constant and can take the
- following values: PGSQL_ASSOC, PGSQL_NUM, and PGSQL_BOTH.
+ 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 PGSQL_ASSOC. field index as key
- with PGSQL_NUM and both field name/index as key with
- PGSQL_BOTH. Default is PGSQL_BOTH.
+ 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>
<para>
<parameter>result_type</parameter> was added in PHP 4.0.
@@ -51,11 +52,6 @@
provides a significant ease of use.
</para>
<para>
- See also <function>pg_fetch_row</function> and
- <function>pg_fetch_object</function> and
- <function>pg_fetch_result</function>.
- </para>
- <para>
<example>
<title>PostgreSQL fetch array</title>
<programlisting role="php">
@@ -82,6 +78,12 @@
]]>
</programlisting>
</example>
+ </para>
+ <para>
+ See also
+ <function>pg_fetch_row</function>,
+ <function>pg_fetch_object</function> and
+ <function>pg_fetch_result</function>.
</para>
<note>
<para>
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.2
phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.2 Fri Jan 24 16:26:14
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml Fri Feb 21 18:17:32
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-assoc">
<refnamediv>
@@ -65,6 +65,13 @@
]]>
</programlisting>
</example>
+ </para>
+ <para>
+ See also
+ <function>pg_fetch_row</function>,
+ <function>pg_fetch_array</function>,
+ <function>pg_fetch_object</function>, and
+ <function>pg_fetch_result</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.8
phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.9
--- phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.8 Mon Sep 30 05:22:36
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml Fri Feb 21 18:17:32
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-object">
<refnamediv>
@@ -49,10 +49,6 @@
<parameter>result_type</parameter> may be deleted in future versions.
</para>
</note>
- <para>
- See also <function>pg_query</function>, <function>pg_fetch_array</function>,
- <function>pg_fetch_row</function> and <function>pg_fetch_result</function>.
- </para>
<para>
<example>
<title>Postgres fetch object</title>
@@ -101,6 +97,13 @@
]]>
</programlisting>
</example>
+ </para>
+ <para>
+ See also
+ <function>pg_query</function>,
+ <function>pg_fetch_array</function>,
+ <function>pg_fetch_row</function> and
+ <function>pg_fetch_result</function>.
</para>
<note>
<para>
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.5
phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.6
--- phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.5 Sun Jan 12 22:17:20
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml Fri Feb 21 18:17:32
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-row">
<refnamediv>
@@ -25,12 +25,6 @@
if there are no more rows.
</para>
<para>
- See also: <function>pg_query</function>,
- <function>pg_fetch_array</function>,
- <function>pg_fetch_object</function> and
- <function>pg_fetch_result</function>.
- </para>
- <para>
<example>
<title>Postgres fetch row</title>
<programlisting role="php">
@@ -61,6 +55,13 @@
]]>
</programlisting>
</example>
+ </para>
+ <para>
+ See also
+ <function>pg_query</function>,
+ <function>pg_fetch_array</function>,
+ <function>pg_fetch_object</function>, and
+ <function>pg_fetch_result</function>.
</para>
<note>
<para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php