fix return type (see: ext/pgsql/pgsql.c)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212886 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-05-12 09:16:31 +00:00
parent cc64e88692
commit 1b31923f38

View file

@ -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>