Приглашаем посетить
Пастернак (pasternak.niv.ru)

OCI-Lob->export

erase" HREF="/php/007/function.oci-lob-erase.html">flush" HREF="/php/007/function.oci-lob-flush.html">

OCI-Lob->export

(no version information, might be only in CVS)

OCI-Lob->export -- Exports LOB's contents to a file

Описание

class OCI-Lob {

bool export ( string filename [, int start [, int length]] )

}

Exports LOB contents to a file. The file name is given in the parameter filename. The optional parameter start indicates from where to start exporting and the parameter length - indicates the length of data to be exported.

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

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

filename

start

length

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

OCI-Lob->import