fbsql_field_name
Description
string fbsql_field_name ( resource result [, int field_index] )Returns the name of the specified field index.
Parameters
resultA result pointer returned by fbsql_list_fields().
field_indexThe numerical offset of the field. The field index starts at 0.
