|
mssql_field_length(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_length — Get the length of a field Описание
int mssql_field_length
( resource $result
[, int $offset = -1
] )
Returns the length of field no. offset in result. Список параметров
Возвращаемые значенияThe length of the specified field index on success или FALSE в случае возникновения ошибки. Примеры
Пример #1 mssql_field_length() example
<?php Результатом выполнения данного примера будет что-то подобное: The field 'age' has a data length of 4 Примечания
Смотрите также
|
|