PHP 8.1.28 Released!

The OCICollection class

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

Introdução

Funcionalidade OCI8 Collection.

Nota:

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 */
public append(string $value): bool
public assign(OCICollection $from): bool
public assignElem(int $index, string $value): bool
public free(): bool
public getElem(int $index): string|float|null|false
public max(): int|false
public size(): int|false
public trim(int $num): bool
}

Índice

add a note

User Contributed Notes

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