A classe OCI-Lob
(No version information available, might only be in Git)
Introdução
Funcionalidade LOB do OCI8 para binários grande (BLOB) e objetos de caracteres (CLOB).
Sinopse da classe
class OCI-Lob
{
public OCILob::erase(
?int $offset
= null
,
?int $length
= null
):
int|false
public OCILob::export(
string $filename
,
?int $offset
= null
,
?int $length
= null
):
bool
public OCILob::seek(
int $offset
,
int $whence
= OCI_SEEK_SET
):
bool
public OCILob::write(
string $data
,
?int $length
= null
):
int|false
}
Índice
There are no user contributed notes for this page.