diff options
| author | Egon Schmid <eschmid@php.net> | 1999-07-19 20:37:17 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 1999-07-19 20:37:17 +0000 |
| commit | ea28db86254a63f9310dce1242829ccdc8b16fd7 (patch) | |
| tree | 9950fc745d6a6cce1889759a3646cb2a58777ff8 /ext/pgsql | |
| parent | 40de81a5d9f0dab4fbeccdc12cb1309b5c52e091 (diff) | |
| download | php-git-ea28db86254a63f9310dce1242829ccdc8b16fd7.tar.gz | |
The last forgotten prototypes I know.
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/pgsql.c | 4 |
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) { |
