mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- Fix return types.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26637 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c80abd691e
commit
97fe00d133
1 changed files with 2 additions and 2 deletions
|
@ -724,7 +724,7 @@ echo $row[1] . " <- row\n";
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>void <function>pg_loexport</function></funcdef>
|
||||
<funcdef>bool <function>pg_loexport</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter>oid</parameter>
|
||||
</paramdef>
|
||||
|
@ -753,7 +753,7 @@ echo $row[1] . " <- row\n";
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>void <function>pg_loimport</function></funcdef>
|
||||
<funcdef>int <function>pg_loimport</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter>file</parameter>
|
||||
</paramdef>
|
||||
|
|
Loading…
Reference in a new issue