= 1.1.0)oci_free_statement — 釋放關(guān)聯(lián)于語句或游標(biāo)的所有資源說明oci_free_statement(resource $statement): booloci_free">
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
oci_free_statement — 釋放關(guān)聯(lián)于語句或游標(biāo)的所有資源
$statement
): booloci_free_statement() 釋放關(guān)聯(lián)于 Oracle 游標(biāo)或語句的資源,該資源是作為 oci_parse() 的結(jié)果或者是從 Oracle 取得。
statement
有效的 OCI 語句。
成功時返回 true
, 或者在失敗時返回 false
。