update pague now
PHP 8.5.2 Released!

The OCICollection class

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

Introduction

OCI8 Collection functionality.

Note :

The OCI-Collection class was renamed to OCICollection in PHP 8 OCI8 3.0.0 to align with PHP naming standards.

Class synopsis

class OCICollection {
/* Methods */
public append ( string $value ): bool
public assignElem ( int $index , string $value ): bool
public free (): bool
public trim ( int $num ): bool
}

Table of Contens

add a note

User Contributed Notes

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