PHP 8.3.4 Released!

oci_free_descriptor

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

oci_free_descriptorFrees a descriptor

Beschreibung

oci_free_descriptor(OCILob $lob): bool

Frees a descriptor allocated by oci_new_descriptor().

Parameter-Liste

descriptor

Descriptor allocated by oci_new_descriptor().

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

Anmerkungen

Hinweis:

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

Siehe auch

add a note

User Contributed Notes

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