PHP Velho Oeste 2024

La clase OCI-Collection

(No version information available, might only be in Git)

Introducción

Funcionalidad de OCI8 Collection.

Sinopsis de la Clase

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

Tabla de contenidos

add a note add a note

User Contributed Notes

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