oci_free_descriptor

Frees a descriptor

Description

bool oci_free_descriptor(OCILob $lob)

Frees a descriptor allocated by oci_new_descriptor.

Parameters

descriptor

Descriptor allocated by oci_new_descriptor.

Return Values

Returns true on success or false on failure.

Notes

Note:

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

See Also