mirror of
https://github.com/php/php-src.git
synced 2024-12-02 06:13:40 +08:00
- Fix return type in proto once again...
This commit is contained in:
parent
15925864b2
commit
98087ab562
@ -1555,7 +1555,7 @@ PHP_FUNCTION(pg_loimport)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int pg_loexport(int objoid, string filename [, resource connection])
|
||||
/* {{{ proto bool pg_loexport(int objoid, string filename [, resource connection])
|
||||
Export large object direct to filesystem */
|
||||
PHP_FUNCTION(pg_loexport)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user