= 1.1.0)oci_cancel — 中斷游標(biāo)讀取數(shù)據(jù)說明oci_cancel(resource $statement): booloci_cancel() 使一個游標(biāo)無效,釋放所有與之關(guān)聯(lián)的資源并取消了從中讀">

oci_cancel

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

oci_cancel中斷游標(biāo)讀取數(shù)據(jù)

說明

oci_cancel(resource $statement): bool

oci_cancel() 使一個游標(biāo)無效,釋放所有與之關(guān)聯(lián)的資源并取消了從中讀取的能力。

參數(shù)

statement

OCI 語句。

返回值

成功時返回 true, 或者在失敗時返回 false。