$type = msql_fieldtype($result, $i);
$type = mysql_fieldtype($result, $i);
Возвращает тип i-го поля в result (то есть «char», «real» и т. д.).