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:
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user