summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-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 2e4412c3fd..4f119ab8de 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -955,7 +955,7 @@ PHP_FUNCTION(pgsql_fetch_row)
/* }}} */
/* ?? This is a rather odd function - why not just point pg_fetcharray() directly at fetch_hash ? -RL */
-/* {{{ proto array pg_fetch_array(int result, int row)
+/* {{{ proto array pg_fetch_array(int result, int row [, int result_type])
Fetch a row as an array */
PHP_FUNCTION(pgsql_fetch_array)
{
@@ -963,7 +963,7 @@ PHP_FUNCTION(pgsql_fetch_array)
}
/* }}} */
-/* {{{ proto object pg_fetch_object(int result, int row)
+/* {{{ proto object pg_fetch_object(int result, int row [, int result_type])
Fetch a row as an object */
PHP_FUNCTION(pgsql_fetch_object)
{