mysql_field_type

Example

 string mysql_field_type ( resource $result , int $field_offset ) 

Description

mysql_field_type() is similar to the mysql_field_name() function. The arguments are identical, but the field type is returned instead.

Return Values

The returned field type will be one of "int", "real", "string", "blob", and others as detailed in the » MySQL documentation.