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 — Освобождает ресурсы, связанные с дескриптором LOB
Освобождает ресурсы, связанные с дескриптором LOB, изначально выделенные функцией oci_new_descriptor().
Возвращает true
в случае успешного завершения или false
в случае возникновения ошибки.
Версия | Описание |
---|---|
8.0.0, PECL OCI8 3.0.0 | Класс OCI-Lob переименован в OCILob в соответствии со стандартами именования 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.