OCI-Lob::save

(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

doc_php
2016-02-24 16:17:56
Comments
Leave a Comment

Please login to continue.