From: Egon Schmid Date: Mon, 19 Jul 1999 20:37:17 +0000 (+0000) Subject: The last forgotten prototypes I know. X-Git-Tag: php-4.0b1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea28db86254a63f9310dce1242829ccdc8b16fd7;p=php The last forgotten prototypes I know. --- 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) {