|
PHP5中文手册
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:
范例
Example#1 fbsql_fetch_field() example
<?php |