1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

The last forgotten prototypes I know.

This commit is contained in:
Egon Schmid
1999-07-19 20:37:17 +00:00
parent 40de81a5d9
commit ea28db8625
+2 -2
View File
@@ -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)
{