The OCI-Collection class

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

Wstęp

OCI8 Collection functionality.

Krótki opis klasy

OCI-Collection {
/* Metody */
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
}

Spis treści

add a note add a note

User Contributed Notes

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