导航首页 »  技术教程 »  PHP:oci_free_statement()的用法_Oracle函数
PHP:oci_free_statement()的用法_Oracle函数 1052 2023-12-12   

oci_free_statement

(PHP 5, PECL OCI8 >= 1.1.0)

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

说明

bool oci_free_statement ( resource $statement )

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

参数

statement

有效的 OCI 语句。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE



文章评论 (0条)
发表评论
暂无评论,快来抢沙发吧~