string mysql_field_type ( resource $result , int $field_offset )
mysql_field_type() is similar to the mysql_field_name() function. The arguments are identical, but the field type is returned instead.
The returned field type will be one of "int", "real", "string", "blob", and others as detailed in the » MySQL documentation.