Description
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_ Field numbering starts at 0_ A
field size of _1 indicates a variable length field_ This function
will return FALSE on error_
See the example given at the pg_field_name() page_
Nota:
This function used to be called pg_fieldsize()_
See also pg_field_prtlen() and
pg_field_type()_