Приглашаем посетить
Ахматова (ahmatova.niv.ru)

OCI-Lob->truncate

tell" HREF="/php/007/function.oci-lob-tell.html">write" HREF="/php/007/function.oci-lob-write.html">

OCI-Lob->truncate

(no version information, might be only in CVS)

OCI-Lob->truncate -- Truncates large object

Описание

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.

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Список параметров

length

Смотрите также

OCI-Lob->erase