mysql_field_type

 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.