OCI8 İşlevleri
PHP Manual

OCI-Lob->truncate

(PHP 5, PECL oci8 >= 1.1.0)

OCI-Lob->truncateTruncates large object

Açıklama

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

Truncates the LOB.

Değiştirgeler

length

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

Dönen Değerler

Başarı durumunda TRUE, aksi takdirde FALSE döndürür.

Ayrıca Bakınız


OCI8 İşlevleri
PHP Manual