odbc_field_type
odbc_field_type
(PHP 4, PHP 5, PHP 7)
odbc_field_type - 字段的数据类型
Description
string odbc_field_type ( resource $result_id , int $field_number )
获取给定结果标识符中由数字引用的字段的SQL类型。
Parameters
result_id
结果标识符。
field_number
这是字段号。字段编号从1开始。
Return Values
以字符串形式返回字段类型,或者FALSE
出错。
← odbc_field_scale
odbc_foreignkeys →
© 1997–2017 The PHP Documentation Group
根据知识共享署名许可证v3.0或更高版本授权。