From ea28db86254a63f9310dce1242829ccdc8b16fd7 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 19 Jul 1999 20:37:17 +0000 Subject: [PATCH] The last forgotten prototypes I know. --- ext/pgsql/pgsql.c | 4 ++-- 1 file 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) { -- 2.50.0