|
fbsql_fetch_field(PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_field — Get column information from a result and return as an object Описание
object fbsql_fetch_field
( resource $result
[, int $field_offset
] )
Used in order to obtain information about fields in a certain query result. Список параметров
Возвращаемые значенияReturns an object containing field information, or FALSE on errors. The properties of the object are:
Примеры
Пример #1 fbsql_fetch_field() example
<?php |
|