mysql_field_name

 string mysql_field_name ( resource $result , int $field_offset ) 

説明

mysql_field_name() returns the name of the specified field index.

戻り値

The name of the specified field index on success or FALSE on failure.