diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 4f3b83ba98a..0b4cb41a424 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -767,7 +767,7 @@ PHP_FUNCTION(pgsql_field_name) } /* }}} */ -/* {{{ proto pg_fieldsize(int result, int field_number) +/* {{{ int proto pg_fieldsize(int result, int field_number) Returns the internal size of the field */ PHP_FUNCTION(pgsql_field_size) {