Oracle OCICollection 클래스

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


소개

OCI8 컬렉션 기능.

메모: OCI-Collection 클래스는 PHP 명명 표준에 맞추기 위해 PHP 8 OCI8 3.0.0에서 OCICollection으로 이름이 변경되었습니다.


클래스 개요

class OCICollection {

  /* Methods */
  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
}
                

목차