= 1.1.0)oci_free_statement — 釋放關(guān)聯(lián)于語句或游標(biāo)的所有資源說明oci_free_statement(resource $statement): booloci_free">

oci_free_statement

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

oci_free_statement釋放關(guān)聯(lián)于語句或游標(biāo)的所有資源

說明

oci_free_statement(resource $statement): bool

oci_free_statement() 釋放關(guān)聯(lián)于 Oracle 游標(biāo)或語句的資源,該資源是作為 oci_parse() 的結(jié)果或者是從 Oracle 取得。

參數(shù)

statement

有效的 OCI 語句。

返回值

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