OCI8 Funkcje
PHP Manual

OCI-Lob->truncate

(No version information available, might be only in CVS)

OCI-Lob->truncateTruncates large object

Opis

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

Truncates the LOB.

Parametry

length

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

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Patrz także


OCI8 Funkcje
PHP Manual