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:
Yasuo Ohgaki 2002-04-24 23:03:48 +00:00
parent cf7f465ef9
commit 48ea7057e4

View File

@ -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 */
PHP_FUNCTION(pg_fetch_object)
{