oci_free_descriptor

(PHP 5, PECL OCI8 >= 1.1.0)

oci_free_descriptorFrees a descriptor

說明

bool oci_free_descriptor ( resource $descriptor )

Frees a descriptor allocated by oci_new_descriptor().

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

註釋

Note:

This function is commonly used as a method OCI-LOB::free.

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top