OCI8 Функции
PHP Manual

OCI-Lob->truncate

(PHP 5, PECL oci8 >= 1.1.0)

OCI-Lob->truncateTruncates large object

Описание

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

Truncates the LOB.

Параметри

length

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

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.

Вж. също


OCI8 Функции
PHP Manual