OCI-Lob::truncate
(PHP 5, PECL OCI8 >= 1.1.0)
OCI-Lob::truncate — Truncates large object
Описание
bool OCI-Lob::truncate
([ int $length = 0
] )
Список параметров
-
length
-
If provided, this method will truncate the LOB to
length bytes. Otherwise, it will completely
purge the LOB.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.