vrana Mon Jul 26 10:02:11 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/en/reference/mssql/functions mssql-fetch-array.xml
mssql-fetch-object.xml
mssql-fetch-row.xml
/phpdoc/en/reference/mysql/functions mysql-fetch-array.xml
mysql-fetch-assoc.xml
mysql-fetch-object.xml
mysql-fetch-row.xml
/phpdoc/en/reference/mysqli/functions mysqli-fetch-array.xml
mysqli-fetch-assoc.xml
mysqli-fetch-object.xml
mysqli-fetch-row.xml
/phpdoc/en/reference/oci8/functions oci-fetch-all.xml
oci-fetch-array.xml
oci-fetch-assoc.xml
oci-fetch-object.xml
oci-fetch-row.xml
/phpdoc/en/reference/pgsql/functions pg-fetch-all.xml
pg-fetch-array.xml
pg-fetch-assoc.xml
pg-fetch-object.xml
pg-fetch-row.xml
Log:
Handling of NULL fields (bug #13549)
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.109&r2=1.110&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.109 phpdoc/en/language-snippets.ent:1.110
--- phpdoc/en/language-snippets.ent:1.109 Sat Jul 24 02:11:35 2004
+++ phpdoc/en/language-snippets.ent Mon Jul 26 10:02:10 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.109 $ -->
+<!-- $Revision: 1.110 $ -->
<!-- Keep 'em sorted -->
@@ -60,7 +60,6 @@
etc. have been available. For more information, read the manual section
on &link.superglobals;</para></note>'>
-
<!-- Tips -->
<!ENTITY tip.fopen-wrapper '<tip><simpara>You can use a URL as a
@@ -318,6 +317,9 @@
<!-- Database Notes -->
<!ENTITY database.field-case '<note><simpara>Field names returned by this function
are <emphasis>case-sensitive</emphasis>.</simpara></note>'>
+
+<!ENTITY database.fetch-null '<note><simpara>This function sets NULL fields to
+PHP &null; value.</simpara></note>'>
<!-- Sybase Notes -->
<!ENTITY sybase.ct.only '<note><simpara>This function is only available using
http://cvs.php.net/diff.php/phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.6
phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.7
--- phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.6 Thu Jul 3
08:38:23 2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-array">
<refnamediv>
@@ -32,6 +32,7 @@
provides a significant added value.
</para>
&database.field-case;
+ &database.fetch-null;
<para>
For further details, also see
<function>mssql_fetch_row</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.6
phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.7
--- phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.6 Thu Jul 3
08:38:23 2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-object">
<refnamediv>
@@ -24,6 +24,7 @@
their offsets (numbers are illegal property names).
</para>
&database.field-case;
+ &database.fetch-null;
<para>
Speed-wise, the function is identical to
<function>mssql_fetch_array</function>, and almost as quick as
http://cvs.php.net/diff.php/phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.5
phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.6
--- phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.5 Wed Sep 17 14:43:45
2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-row">
<refnamediv>
@@ -27,6 +27,7 @@
return the next row in the result set, or &false; if there are no
more rows.
</para>
+ &database.fetch-null;
<para>
See also
<function>mssql_fetch_array</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.14
phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.15
--- phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.14 Tue Feb 24
03:01:53 2004
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.27 -->
<refentry id="function.mysql-fetch-array">
<refnamediv>
@@ -64,6 +64,7 @@
<function>mysql_fetch_row</function> works).
</para>
&database.field-case;
+ &database.fetch-null;
<para>
<example>
<title><function>mysql_fetch_array</function> with MYSQL_NUM</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.9
phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.10
--- phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.9 Mon Jan 5
08:03:26 2004
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.45 -->
<refentry id="function.mysql-fetch-assoc">
<refnamediv>
@@ -42,6 +42,7 @@
provides a significant added value.
</para>
&database.field-case;
+ &database.fetch-null;
<para>
<example>
<title>An expanded <function>mysql_fetch_assoc</function> example</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.7
phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.8
--- phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.7 Wed Jul 21
17:16:23 2004
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-fetch-object">
<refnamediv>
@@ -24,6 +24,7 @@
their offsets (numbers are illegal property names).
</para>
&database.field-case;
+ &database.fetch-null;
<para>
<programlisting role="php">
<![CDATA[
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.7
phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.8
--- phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.7 Wed Jul 14 17:08:10
2004
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-fetch-row">
<refnamediv>
@@ -16,6 +16,7 @@
Returns an array that corresponds to the fetched row, or &false;
if there are no more rows.
</para>
+ &database.fetch-null;
<para>
<function>mysql_fetch_row</function> fetches one row of data from
the result associated with the specified result identifier. The
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.14
phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.15
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.14 Tue Mar 16
10:36:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<refentry id="function.mysqli-fetch-array">
<refnamediv>
<refname>mysqli_fetch_array</refname>
@@ -34,6 +34,7 @@
also store the data in associative indices, using the field names of the result
set as keys.
</para>
&database.field-case;
+ &database.fetch-null;
<para>
If two or more columns of the result have the same field names, the last column
will take
precedence and overwrite the earlier data. In order to access multiple columns
with the same
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.13
phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.14
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.13 Wed May 19
13:38:07 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<refentry id="function.mysqli-fetch-assoc">
<refnamediv>
<refname>mysqli_fetch_assoc</refname>
@@ -40,6 +40,7 @@
<function>mysqli_fetch_row</function> or add alias names.
</para>
&database.field-case;
+ &database.fetch-null;
</refsect1>
<refsect1>
<title>Return values</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.12
phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.13
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.12 Sun Mar 28
03:51:13 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml Mon Jul 26
10:02:10 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<refentry id="function.mysqli-fetch-object">
<refnamediv>
<refname>mysqli_fetch_object</refname>
@@ -34,6 +34,7 @@
Returns an object that corresponds to the fetched row or &null; if there are no
more rows in resultset.
</para>
&database.field-case;
+ &database.fetch-null;
</refsect1>
<refsect1>
<title>See also</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.11
phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.11 Sun Mar 28
03:51:13 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-fetch-row">
<refnamediv>
<refname>mysqli_fetch_row</refname>
@@ -39,6 +39,7 @@
<function>mysqli_fetch_row</function> returns an array that corresponds to the
fetched row
or &null; if there are no more rows in result set.
</para>
+ &database.fetch-null;
</refsect1>
<refsect1>
<title>See also</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-all.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-all.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.2
phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.2 Thu Apr 1 03:11:26
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-all.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-fetch-all">
<refnamediv>
<refname>oci_fetch_all</refname>
@@ -26,6 +26,7 @@
rows to read, starting at the <parameter>skip</parameter>th row
(default to -1, meaning all the rows).
</para>
+ &database.fetch-null;
<para>
Parameter <parameter>flags</parameter> can be any combination of
the following:
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-array.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-array.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.1
phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.1 Mon Mar 8 09:12:17
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-array.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.oci-fetch-array">
<refnamediv>
<refname>oci_fetch_array</refname>
@@ -22,6 +22,7 @@
<function>oci_fetch_array</function> returns an array with both
associative and numeric indices.
</para>
+ &database.fetch-null;
<para>
Optional second paramater can be any combination of the following
constants:
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml:1.1
phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml:1.1 Mon Mar 8 09:12:17
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.oci-fetch-assoc">
<refnamediv>
<refname>oci_fetch_assoc</refname>
@@ -17,6 +17,7 @@
<function>oci_fetch_array</function> call with
<constant>OCI_ASSOC</constant> flag).
</para>
+ &database.fetch-null;
<para>
Subsequent call to <function>oci_fetch_assoc</function> will return
next row or &false; if there is no more rows.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-object.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-object.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-object.xml:1.2
phpdoc/en/reference/oci8/functions/oci-fetch-object.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-fetch-object.xml:1.2 Mon Mar 8 11:49:36
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-object.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-fetch-object">
<refnamediv>
<refname>oci_fetch_object</refname>
@@ -15,6 +15,7 @@
<function>oci_fetch_object</function> returns the next row from the result data
as
an object, which attributes correspond to fields in statement.
</para>
+ &database.fetch-null;
<para>
Subsequent calls to <function>oci_fetch_object</function> will return the
next row from the result or &false; if there is no more rows.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-row.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-row.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-row.xml:1.2
phpdoc/en/reference/oci8/functions/oci-fetch-row.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-fetch-row.xml:1.2 Mon Mar 8 11:49:36
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-row.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-fetch-row">
<refnamediv>
<refname>oci_fetch_row</refname>
@@ -17,6 +17,7 @@
<constant>OCI_NUM</constant> flag and returns the next row from the result
data as a numeric array.
</para>
+ &database.fetch-null;
<para>
Subsequent calls to <function>oci_fetch_row</function> will return the
next row from the result data or &false; if there is no more rows.
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml:1.4
phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml:1.4 Wed Jul 16 11:05:34
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-all">
<refnamediv>
@@ -17,6 +17,7 @@
contains all rows (tuples/records) in result resource. It returns
&false;, if there are no rows.
</para>
+ &database.fetch-null;
<para>
<example>
<title>PostgreSQL fetch all</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.8
phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.9
--- phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.8 Wed Jul 16 05:20:01
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml Mon Jul 26 10:02:10
2004
@@ -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-array">
<refnamediv>
@@ -26,6 +26,7 @@
also stores the data in associative indices (field name) by
default.
</para>
+ &database.fetch-null;
<para>
<parameter>row</parameter> is row (record) number to be
retrieved. First row is 0.
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.6
phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.7
--- phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.6 Sat Aug 9 16:28:18
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml Mon Jul 26 10:02:10
2004
@@ -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-assoc">
<refnamediv>
@@ -25,6 +25,7 @@
If you need the numeric indices, use
<function>pg_fetch_row</function>.
</para>
+ &database.fetch-null;
<para>
<parameter>row</parameter> is row (record) number to be
retrieved. First row is 0.
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.11
phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.12
--- phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.11 Mon Dec 15
11:52:54 2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-object">
<refnamediv>
@@ -26,6 +26,7 @@
that you can only access the data by the field names, and not by
their offsets (numbers are illegal property names).
</para>
+ &database.fetch-null;
<para>
<parameter>row</parameter> is row (record) number to be
retrieved. First row is 0.
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.7
phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.8
--- phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.7 Wed Jul 16 05:20:01
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml Mon Jul 26 10:02:10
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-row">
<refnamediv>
@@ -24,6 +24,7 @@
It returns an array that corresponds to the fetched row, or &false;
if there are no more rows.
</para>
+ &database.fetch-null;
<para>
<example>
<title><function>pg_fetch_row</function> example</title>