(PHP 3 >= 3.0.7, PHP 4, PHP 5)
msql_field_type -- Get field type
Description
string
msql_field_type ( resource query_identifier, int field_offset )
msql_field_type() is similar to the
msql_field_name() function. The arguments are
identical, but the field type is returned. This will be one of
"int", "char" or "real".
This function returns FALSE on failure.