= 1.1.0)oci_cancel — 中斷游標(biāo)讀取數(shù)據(jù)說明oci_cancel(resource $statement): booloci_cancel() 使一個游標(biāo)無效,釋放所有與之關(guān)聯(lián)的資源并取消了從中讀">
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
oci_cancel — 中斷游標(biāo)讀取數(shù)據(jù)
$statement
): booloci_cancel() 使一個游標(biāo)無效,釋放所有與之關(guān)聯(lián)的資源并取消了從中讀取的能力。
statement
OCI 語句。
成功時返回 true
, 或者在失敗時返回 false
。