oci_free_statement

(PHP 5)

oci_free_statement -- 释放关联于语句或游标的所有资源

说明

bool oci_free_statement ( resource statement )

oci_free_statement() 释放关联于 Oracle 游标或语句的资源,该资源是作为 oci_parse() 的结果或者是从 Oracle 取得。

如果成功则返回 TRUE,失败则返回 FALSE


add a note add a note User Contributed Notes
There are no user contributed notes for this page.