CakeFest 2024: The Official CakePHP Conference

OCICollection クラス

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

はじめに

OCI8 コレクション機能です。

注意:

OCI-Collection クラスは、 PHP 8 と OCI8 3.0.0 で、 PHP の名前付けの規約に従い OCICollection に名前が変更されました。

クラス概要

class OCICollection {
/* メソッド */
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
}

目次

add a note

User Contributed Notes

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