pg_field_size(PHP 4 >= 4.2.0, PHP 5) pg_field_size — Returns the internal storage size of the named field Описание
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 .
Список параметров
Возвращаемые значенияThe internal field storage size (in bytes). -1 indicates a variable length field. FALSE is returned on error. Примеры
Пример #1 Getting information about fields
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |