PHP 8.3.4 Released!

oci_cancel

(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)

oci_cancel中断游标读取数据

说明

oci_cancel(resource $statement): bool

oci_cancel() 使一个游标无效,释放所有与之关联的资源并取消了从中读取的能力。

参数

statement

OCI 语句。

返回值

成功时返回 true, 或者在失败时返回 false

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top