mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
cc64e88692
commit
1b31923f38
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue