mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Remove result_type from pg_fetch_object() proto.
It still accepts 3rd argument, but passing 3rd argument does not make sense for pg_fetch_object().
This commit is contained in:
parent
cf7f465ef9
commit
48ea7057e4
@ -1343,7 +1343,7 @@ PHP_FUNCTION(pg_fetch_array)
|
|||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto object pg_fetch_object(resource result [, int row [, int result_type]])
|
/* {{{ proto object pg_fetch_object(resource result [, int row])
|
||||||
Fetch a row as an object */
|
Fetch a row as an object */
|
||||||
PHP_FUNCTION(pg_fetch_object)
|
PHP_FUNCTION(pg_fetch_object)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user