PHP Velho Oeste 2024

A classe OCI-Collection

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

Introdução

Funcionalidade Collection do OCI8.

Sinopse da classe

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

Índice

add a note add a note

User Contributed Notes

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