OCI-Lob->save

(no version information, might be only in CVS)

OCI-Lob->save -- Saves data to the large object

Descrição

class OCI-Lob {

bool save ( string data [, int offset] )

}

Saves data to the large object.

Parâmetros

data

The data to be saved.

offset

Can be used to indicate offset from the beginning of the large object.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

OCI-Lob->write
OCI-Lob->import