(PHP 5, PECL OCI8 >= 1.1.0)
  
  
  
   Introducción
   
    Funcionaliada de OCI8 LOB para objetos grandes binarios (BLOB) y de carácter (CLOB).
   
   
  
  
  
   Sinopsis de la Clase
   
   
   
    
    
    
    
     
      OCI-Lob
     
     {
    
    
    
    
   bool append
    ( 
OCI-Lob $lob_from
   )
 
   int erase
    ([ 
int $offset
   [, 
int $length
  ]] )
 
   bool export
    ( 
string $filename
   [, 
int $start
   [, 
int $length
  ]] )
 
   bool flush
    ([ 
int $flag
  ] )
 
   bool import
    ( 
string $filename
   )
 
   bool save
    ( 
string $data
   [, 
int $offset
  ] )
 
   bool seek
    ( 
int $offset
   [, 
int $whence = OCI_SEEK_SET
  ] )
 
   int write
    ( 
string $data
   [, 
int $length
  ] )
 
   bool writeTemporary
    ( 
string $data
   [, 
int $lob_type = OCI_TEMP_CLOB
  ] )
 
   }