(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Saves data to the large object
bool OCI-Lob::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.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
OCI-Lob::write - Lob::write
OCI-Lob::import - Lob::import
Please login to continue.