(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
oci_free_descriptor — Frees a descriptor
$lob
Frees a descriptor allocated by oci_new_descriptor().
descriptor
Descriptor allocated by oci_new_descriptor().
Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.
true
false
Hinweis: This function is commonly used as a method OCILOB::free.
Hinweis:
This function is commonly used as a method OCILOB::free.