PHP Velho Oeste 2024

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).

Sinopsis de la Clase

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

Tabla de contenidos

add a note add a note

User Contributed Notes

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