(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
 
  
   Introduction
   
    Fonctionnalités des collections OCI8 Collection.
   
   Note: 
   
    The OCI-Collection class was renamed to OCICollection in PHP 8 OCI8 3.0.0 to align with PHP naming standards.
   
   
   
 
  
   Synopsis de la classe
 
   
    
     
    
    
     
      class OCICollection
     
     {
    
    
   public append(
string $value): 
bool 
public assignElem(
int $index, 
string $value): 
bool 
public getElem(
int $index): 
string|float|null|false 
public trim(
int $num): 
bool 
   }