|
mssql_fetch_field(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_field — Get field information Описание
object mssql_fetch_field
( resource $result
[, int $field_offset = -1
] )
mssql_fetch_field() can be used in order to obtain information about fields in a certain query result. Список параметров
Возвращаемые значенияReturns an object containing field information. The properties of the object are:
Примеры
Пример #1 mssql_fetch_field() example
<?php |
|