pg_field_size

 int pg_field_size ( resource $result , int $field_number ) 

説明

pg_field_size() returns the internal storage size (in bytes) of the field number in the given PostgreSQL result. Note: This function used to be called pg_fieldsize().

戻り値

The internal field storage size (in bytes). -1 indicates a variable length field. FALSE is returned on error.