(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Imports file data to the LOB
bool OCI-Lob::import ( string $filename )
Writes data from the filename
in to the current position of large object.
Parameters:
filename
Path to the file.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
OCI-Lob::export - Lob::export
OCI-Lob::write - Lob::write
Please login to continue.