|
PHP5中文手册
sesam_field_name(No version information available, might be only in CVS) sesam_field_name — Return one column name of the result set 说明
int sesam_field_name
( string $result_id
, int $index
)
Gets the field name. 参数
返回值Returns the name of a field in the result set, or FALSE on error. For "immediate" queries, or for dynamic columns, an empty string is returned. 参见
|