
mysql_field_type
(PHP 4, PHP 5)
mysql_field_type —
取得结果集中指定字段的类型
说明
string mysql_field_type
( resource $result
, int $field_offset
)
mysql_field_type() 和
mysql_field_name()
函数相似。参数完全相同,但返回的是字段类型而不是字段名。字段类型有“int”,“real”,“string”,“blob”以及其它,详见
»
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...