(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
はじめに
ラージバイナリ (BLOB) および キャラクタオブジェクト (CLOB) に対する
OCI8 ラージオブジェクト (LOB) 機能です。
クラス概要
OCI-Lob
{
append
(
OCI-Lob $lob_from
) :
bool
erase
([
int $offset
[,
int $length
]] ) :
int
export
(
string $filename
[,
int $start
[,
int $length
]] ) :
bool
flush
([
int $flag
] ) :
bool
import
(
string $filename
) :
bool
read
(
int $length
) :
string
save
(
string $data
[,
int $offset
] ) :
bool
seek
(
int $offset
[,
int $whence
= OCI_SEEK_SET
] ) :
bool
write
(
string $data
[,
int $length
] ) :
int
writeTemporary
(
string $data
[,
int $lob_type
= OCI_TEMP_CLOB
] ) :
bool
}