|
PHP5中文手册
fbsql_field_name(PHP 4 >= 4.0.6, PHP 5) fbsql_field_name — Get the name of the specified field in a result 说明
string fbsql_field_name
( resource $result
[, int $field_index
] )
Returns the name of the specified field index. 参数
返回值Returns the name as a string, or FALSE if the field doesn't exist. 范例
Example#1 fbsql_field_name() example
<?php 上例将输出:
|