|
PHP5中文手册
ifx_fieldtypes(No version information available, might be only in CVS) ifx_fieldtypes — List of Informix SQL fields 说明
array ifx_fieldtypes
( resource $result_id
)
Returns an associative array with fieldnames as key and the SQL fieldtypes as data for the query associated with result_id . 参数
返回值Returns an associative array with fieldnames as key and the SQL fieldtypes as data for query with result_id . Returns FALSE on error. 范例
Example#1 Fieldnames and SQL fieldtypes
<?php |