PHP Doku:: Frees resources associated with the LOB descriptor - function.oci-lob-free.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOracle OCI8OCI8 FunktionenOCI-Lob->free

Ein Service von Reinhard Neidl - Webprogrammierung.

OCI8 Funktionen

<<OCI-Lob->flush

OCI-Lob->getBuffering>>

OCI-Lob->free

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob->freeFrees resources associated with the LOB descriptor

Beschreibung

bool OCI-Lob::free ( void )

Frees resources associated with the descriptor, previously allocated with oci_new_descriptor().

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
sixd at php dot net
24.10.2008 1:56
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 Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)