PHP Velho Oeste 2024

La classe OCICollection

(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

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

Sommaire

add a note add a note

User Contributed Notes

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