网站首页

>>

PHP初级教程手册


函数:odbc_num_fields()



odbc_num_fields

取得字段数目。

语法: int odbc_num_fields(int result_id);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数用来取得返回资料的字段数目。参数 result_id 为 ODBC 返回 ID 值。若发生错误则返回 -1。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|