PHP Velho Oeste 2024

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

OCI-Lob {
/* Métodos */
OCILob::append ( OCILob $lob_from ) : bool
OCILob::close ( ) : bool
OCILob::eof ( ) : bool
OCILob::erase ( int $offset = ? , int $length = ? ) : int|false
OCILob::export ( string $filename , int $start = ? , int $length = ? ) : bool
OCILob::flush ( int $flag = ? ) : bool
OCILob::free ( ) : bool
OCILob::import ( string $filename ) : bool
OCILob::load ( ) : string
OCILob::read ( int $length ) : string|false
OCILob::rewind ( ) : bool
OCILob::save ( string $data , int $offset = ? ) : bool
OCILob::seek ( int $offset , int $whence = OCI_SEEK_SET ) : bool
OCILob::setBuffering ( bool $on_off ) : bool
OCILob::size ( ) : int|false
OCILob::tell ( ) : int
Lob::truncate ( int $length = 0 ) : bool
OCILob::write ( string $data , int $length = ? ) : int|false
writeTemporary ( string $data , int $lob_type = OCI_TEMP_CLOB ) : bool
}

Índice

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top