|
PHP5中文手册
ibase_field_info(PHP 4, PHP 5) ibase_field_info — Get information about a field 说明
array ibase_field_info
( resource $result
, int $field_number
)
Returns an array with information about a field after a select query has been run. 参数
返回值Returns an array with the following keys: name, alias, relation, length and type. 范例
Example#1 ibase_field_info() example
<?php |