©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PHP 5, PECL OCI8 >= 1.1.0)
oci_free_descriptor — Frees a descriptor
$descriptor
)Frees a descriptor allocated by oci_new_descriptor() .
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
Note:
This function is commonly used as a method OCI-LOB::free.