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 ディスクリプタに関連付けられたりソースを解放する
成功した場合に true
を、失敗した場合に false
を返します。
バージョン | 説明 |
---|---|
8.0.0, PECL OCI8 3.0.0 | OCI-Lob クラスは、 PHP の名前付けの規約に従って OCILob に名前が変更されました。 |
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.