update : 2015.11.03
php.shukuma.com
|
The OCI-Lob class
The OCI-Lob class
(PHP 5, PECL OCI8 >= 1.1.0)
소개
OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.
클래스 개요
OCI-Lob
{
bool append
( OCI-Lob $lob_from
)
int erase
([ int $offset
[, int $length
]] )
bool export
( string $filename
[, int $start
[, int $length
]] )
bool flush
([ int $flag
] )
bool import
( string $filename
)
string read
( int $length
)
bool save
( string $data
[, int $offset
] )
bool seek
( int $offset
[, int $whence = OCI_SEEK_SET
] )
int write
( string $data
[, int $length
] )
bool writeTemporary
( string $data
[, int $lob_type = OCI_TEMP_CLOB
] )
}
Table of Contents
|
|