php8.5
Home/ Manual/ oci8 / functions/ oci_free_descriptor

oci_free_descriptor

PHP function Edit on GitHub ✎

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

Frees a descriptor

Description

oci_free_descriptor(OCILob $lob): bool

Frees a descriptor allocated by oci_new_descriptor().

Parameters

lob

Descriptor allocated by oci_new_descriptor().

Return Values

Success

Notes

Note

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

See Also

Source: reference/oci8/functions/oci-free-descriptor.xml · from the official PHP manual (php/doc-en)