|
PHP5中文手册
ifx_htmltbl_result(No version information available, might be only in CVS) ifx_htmltbl_result — Formats all rows of a query into a HTML table 说明
int ifx_htmltbl_result
( resource $result_id
[, string $html_table_options
] )
Formats and prints all rows of the result_id query into a HTML table. 参数
返回值Returns the number of fetched rows, or FALSE on errors. 范例
Example#1 Informix results as HTML table
<?php |