HOME

The OCI-Collection class
OCI8
PHP Manual

The OCI-Collection class

(PHP 5, PECL OCI8 >= 1.1.0)

Introduction

OCI8 Collection functionality.

Class synopsis

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

Table of Contents


OCI8
PHP Manual