La classe OCI-Collection

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

Introduction

Fonctionnalités des collections OCI8 Collection.

Synopsis de la classe

OCI-Collection {
/* Méthodes */
append ( mixed $value ) : bool
assign ( OCI-Collection $from ) : bool
assignElem ( int $index , mixed $value ) : bool
free ( void ) : bool
getElem ( int $index ) : mixed
max ( void ) : int
size ( void ) : int
trim ( int $num ) : bool
}

Sommaire