mysql_field_name

Example

 string mysql_field_name ( resource $result , int $field_offset ) 

Description

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

Return Values

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