PHP Velho Oeste 2024

OCICollection クラス

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

はじめに

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

注意:

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

クラス概要

OCICollection {
/* メソッド */
append ( mixed $value ) : bool
assign ( OCICollection $from ) : bool
assignElem ( int $index , mixed $value ) : bool
free ( ) : bool
getElem ( int $index ) : mixed
max ( ) : int|false
size ( ) : int|false
trim ( int $num ) : bool
}

目次

add a note add a note

User Contributed Notes

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