| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
pg_field_size
Popis
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.
Poznámka: This function used to be called pg_fieldsize().
Seznam parametrů
resultPostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
field_numberField number, starting from 0.
Návratové hodnoty
The internal field storage size (in bytes). -1 indicates a variable length field. FALSE is returned on error.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| pg_field_prtlen | Nahoru |