PHP Manual
Function Reference
Database Extensions
Vendor Specific Database Extensions
OCI8
OCILob
OCILob::append
OCILob::close
OCILob::eof
OCILob::erase
OCILob::export
OCILob::flush
OCILob::free
OCILob::getBuffering
OCILob::import
OCILob::load
OCILob::read
OCILob::rewind
OCILob::save
OCILob::saveFile
OCILob::seek
OCILob::setBuffering
OCILob::size
OCILob::tell
OCILob::truncate
OCILob::write
OCILob::writeTemporary
OCILob::writeToFile
OCILob::writeTemporary
OCI8 Obsolete Aliases and Functions
OCILob
PHP Manual
OCILob::writeToFile
Alias of
OCILob::export
Description
This function is an alias of:
OCILob::export
.
Changelog
Version
Description
8.0.0, PECL OCI8 3.0.0
offset
and
length
are now nullable.
8.0.0, PECL OCI8 3.0.0
The
OCI-Lob
class was renamed to
OCILob
to align with PHP naming standards.