OCI-Lob->save
(No version information available, might be only in CVS)
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.