PHP ODBC 参考手册
odbc_field_type()函数字段的数据类型
string odbc_field_type ( resource $result_id , int $field_number )
它用于获取有关字段数据类型的信息
以字符串形式返回字段类型,如果出错则返回False。
result_id
结果标识符。
field_number
字段编号,从1开始