write"HREF="function.oci-lob-write.html"> Podręcznik PHP Poprzedni Następny (no version information, might be only in CVS) OCI-Lob-..."/>
Forum und email
OCI-Lob->truncate

OCI-Lob->truncate

(no version information, might be only in CVS)

OCI-Lob->truncate -- Truncates large object

Opis

class 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 sukcesu, FALSE w przypadku porażki.

Patrz także

OCI-Lob->erase