OCI8
PHP Manual

OCI-Lob->save

(PHP 5, PECL oci8:1.1-1.2.4)

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

Description

OCI-Lob
bool save ( string $data [, int $offset ] )

Saves data to the large object.

Parameters

data

The data to be saved.

offset

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

Return Values

Returns TRUE on success or FALSE on failure.

See Also


OCI8
PHP Manual