PHP - Manual: oci_cancel
2024-11-15
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
oci_cancel — 中断游标读取数据
$statement
oci_cancel() 使一个游标无效,释放所有与之关联的资源并取消了从中读取的能力。
statement
OCI 语句。
成功时返回 true, 或者在失败时返回 false。
true
false
官方地址:https://www.php.net/manual/en/function.oci-cancel.php