takagi Fri May 12 09:16:31 2006 UTC
Modified files:
/phpdoc/en/reference/pgsql/functions pg-field-table.xml
Log:
fix return type (see: ext/pgsql/pgsql.c)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pgsql/functions/pg-field-table.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/pgsql/functions/pg-field-table.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-field-table.xml:1.1
phpdoc/en/reference/pgsql/functions/pg-field-table.xml:1.2
--- phpdoc/en/reference/pgsql/functions/pg-field-table.xml:1.1 Sun May 7
01:12:30 2006
+++ phpdoc/en/reference/pgsql/functions/pg-field-table.xml Fri May 12
09:16:31 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.pg-field-table">
<refnamediv>
<refname>pg_field_table</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>pg_field_table</methodname>
+ <type>mixed</type><methodname>pg_field_table</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
<methodparam><type>bool</type><parameter>oid_only</parameter></methodparam>