PHP3 Manual | ||
---|---|---|
Prev | Next |
pg_FieldSize -- Returns the internal storage size of the named field
pg_FieldSize() will return the internal storage size (in bytes) of the named field in the given PostgreSQL result. A field size of 0 indicates a variable length field. This function will return -1 on error.
Prev | Home | Next |
pg_FieldPrtLen | Up | pg_FieldType |