oci_statement_type
OCI-Collection::append
OCI8
PHP Manual
OCI-Collection クラス
(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
導入
OCI8 コレクション機能です。
クラス概要
OCI-Collection
{
/* メソッド */
bool
append
(
mixed
$value
)
bool
assign
(
OCI-Collection
$from
)
bool
assignElem
(
int
$index
,
mixed
$value
)
bool
free
(
void
)
mixed
getElem
(
int
$index
)
int
max
(
void
)
int
size
(
void
)
bool
trim
(
int
$num
)
}
目次
OCI-Collection::append
— コレクションに要素を追加する
OCI-Collection::assign
— コレクションに他の存在するコレクションから値を割り当てる
OCI-Collection::assignElem
— コレクションの要素に値を割り当てる
OCI-Collection::free
— コレクションオブジェクトに関連付けられたリソースを解放する
OCI-Collection::getElem
— 要素の値を返す
OCI-Collection::max
— コレクション内の要素の最大数を取得する
OCI-Collection::size
— コレクションのサイズを返す
OCI-Collection::trim
— コレクションの最後から要素を切り取る
oci_statement_type
OCI-Collection::append
OCI8
PHP Manual