The OCILob class
(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Introducere
OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.
Notă:
The OCI-Lob class was renamed to OCILob in PHP 8 and PECL OCI8 3.0.0 to align with PHP naming standards.
Sinopsisul clasei
OCILob
{
erase
(
int $offset
= ?
,
int $length
= ?
) :
int|false
export
(
string $filename
,
int $start
= ?
,
int $length
= ?
) :
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
}
Cuprins
There are no user contributed notes for this page.