The OCICollection class
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
Introdução
Funcionalidade OCI8 Collection.
Note:
A classe OCI-Collection foi renomeada para OCICollection no PHP 8 e OCI8 3.0.0 para adequação aos padrões de nomes do PHP.
Resumo da classe
class OCICollection
{
/* Métodos */
}Table of Contents
- OCICollection::append — Appends element to the collection
- OCICollection::assign — Assigns a value to the collection from another existing collection
- OCICollection::assignElem — Assigns a value to the element of the collection
- OCICollection::free — Frees the resources associated with the collection object
- OCICollection::getElem — Returns value of the element
- OCICollection::max — Returns the maximum number of elements in the collection
- OCICollection::size — Returns size of the collection
- OCICollection::trim — Trims elements from the end of the collection