CakeFest 2024: The Official CakePHP Conference

oci_free_descriptor

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

oci_free_descriptorFrees a descriptor

Açıklama

oci_free_descriptor(OCILob $lob): bool

Frees a descriptor allocated by oci_new_descriptor().

Bağımsız Değişkenler

descriptor

Descriptor allocated by oci_new_descriptor().

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Notlar

Bilginize:

This function is commonly used as a method OCILOB::free.

Ayrıca Bakınız

add a note

User Contributed Notes

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