Use this to free the "temporary lobs" that get created when a query returns a LOB descriptor. See ext/oci8/tests/bug43497.phpt for more information.
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
OCILob::free — Détruit un pointeur de LOB Oracle
Libère les ressources associées avec la ressource, précédemment alloué avec oci_new_descriptor().
Cette fonction retourne true
en cas de succès ou false
si une erreur survient.
Version | Description |
---|---|
8.0.0, PECL OCI8 3.0.0 | La classe OCI-Lob a été renommée en OCILob pour aligner avec les standards de nommage PHP. |
Use this to free the "temporary lobs" that get created when a query returns a LOB descriptor. See ext/oci8/tests/bug43497.phpt for more information.