OCILob クラス
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
はじめに
ラージバイナリ (BLOB) および キャラクタオブジェクト (CLOB) に対する
OCI8 ラージオブジェクト (LOB) 機能です。
注意:
OCI-Lob クラスは、
PHP 8 および PECL OCI8 3.0.0 以降、
PHP の名前付けの規約に従って OCILob に名前が変更されました。
クラス概要
OCILob
{
append
(
OCILob $lob_from
) :
bool
erase
(
int $offset
= ?
,
int $length
= ?
) :
int|false
export
(
string $filename
,
int $start
= ?
,
int $length
= ?
) :
bool
flush
(
int $flag
= ?
) :
bool
import
(
string $filename
) :
bool
read
(
int $length
) :
string|false
save
(
string $data
,
int $offset
= ?
) :
bool
seek
(
int $offset
,
int $whence
= OCI_SEEK_SET
) :
bool
Lob::truncate
( int $length
= 0
) : bool
write
(
string $data
,
int $length
= ?
) :
int|false
writeTemporary
(
string $data
,
int $lob_type
= OCI_TEMP_CLOB
) :
bool
}
目次
There are no user contributed notes for this page.