La clase OCI-Lob
(No version information available, might only be in Git)
Introducción
Funcionaliada de OCI8 LOB para objetos grandes binarios (BLOB) y de carácter (CLOB).
Nota:
La clase OCI-Lob ha sido renombrada a OCILob en PHP 8 y PECL OCI8 3.0.0 para ajustarse a los estándares de nomenclatura de PHP.
Sinopsis de la Clase
class OCILob
{
public erase(
?int $offset
= null
,
?int $length
= null
):
int|false
public export(
string $filename
,
?int $offset
= null
,
?int $length
= null
):
bool
public flush(
int $flag
= 0):
bool
public import(
string $filename
):
bool
public load():
string|false
public read(
int $length
):
string|false
public save(
string $data
,
int $offset
= 0):
bool
public seek(
int $offset
,
int $whence
= OCI_SEEK_SET
):
bool
public write(
string $data
,
?int $length
= null
):
int|false
}
Tabla de contenidos
There are no user contributed notes for this page.