|
PHP5中文手册
ifx_num_fields(No version information available, might be only in CVS) ifx_num_fields — Returns the number of columns in the query 说明
int ifx_num_fields
( resource $result_id
)
After preparing or executing a query, this call gives you the number of columns in the query. 参数
返回值Returns the number of columns in query for result_id , or FALSE on errors. 范例
Example#1 ifx_num_fields() Example
<?php |