PHP Doku:: Truncates large object - function.oci-lob-truncate.html

Verlauf / Chronik / History: (4) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

OCI8 Funktionen

<<OCI-Lob->tell

OCI-Lob->write>>

OCI-Lob->truncate

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob->truncateTruncates large object

Beschreibung

bool OCI-Lob::truncate ([ int $length = 0 ] )

Truncates the LOB.

Parameter-Liste

length

If provided, this method will truncate the LOB to length bytes. Otherwise, it will completrely purge the LOB.

Rückgabewerte

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

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)