Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<OCI-Lob->tellOCI-Lob->write>
Last updated: Tue, 19 Sep 2006

OCI-Lob->truncate

(no version information, might be only in CVS)

OCI-Lob->truncate -- Truncates large object

Description

class OCI-Lob {

bool truncate ( [int length] )

}

If parameter length is given, OCI-Lob->truncate() truncates large object to length bytes. Otherwise, OCI-Lob->truncate() will purge the LOB completely.

Returns TRUE on success or FALSE on failure.

Parameters

length

See Also

OCI-Lob->erase




<OCI-Lob->tellOCI-Lob->write>
Last updated: Tue, 19 Sep 2006