summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index ea33706073..467a255bba 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -1555,8 +1555,8 @@ PHP_FUNCTION(pg_loimport)
}
/* }}} */
-/* {{{ proto bool pg_loexport(int objoid, string filename[, resource connection])
- Emport large object direct to filesystem */
+/* {{{ proto int pg_loexport(int objoid, string filename [, resource connection])
+ Export large object direct to filesystem */
PHP_FUNCTION(pg_loexport)
{
zval **pgsql_link, **oid_id, **file_out;