write"HREF="function.oci-lob-write.html"> Manuál PHP Předcházející Další (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

Popis

class OCI-Lob {

bool truncate ( [int length] )

}

Truncates the LOB.

Seznam parametrů

length

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

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.

Viz také

OCI-Lob->erase