The OCICollection class

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

OCICollection
/* Methods */
public bool append(string $value)
public bool assign(OCICollection $from)
public bool assignElem(int $index, string $value)
public bool free()
public stringfloatnullfalse getElem(int $index)
public intfalse max()
public intfalse size()
public bool trim(int $num)
Table of Contents