msql_field_typeDescriptionstring 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. | ||