|
PHP5中文手册
ifx_free_result(No version information available, might be only in CVS) ifx_free_result — Releases resources for the query 说明
bool ifx_free_result
( resource $result_id
)
Releases resources for the query associated with result_id . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |