The OCICollection class

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

Einführung

OCI8 Collection functionality.

Hinweis:

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

Klassenbeschreibung

class OCICollection {
/* Methoden */
public function append(string $value): bool
public function assign(OCICollection $from): bool
public function assignElem(int $index, string $value): bool
public function free(): bool
public function getElem(int $index): string|float|null|false
public function max(): int|false
public function size(): int|false
public function trim(int $num): bool
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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