oci_cancel
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
oci_cancel — 中斷遊標讀取數據
說明
oci_cancel(resource
$statement
): booloci_cancel() 使一個遊標無效,釋放所有與之關聯的資源並取消了從中讀取的能力。
參數
-
statement
-
OCI 語句。
返回值
成功時返回 true
, 或者在失敗時返回 false
。