CakeFest 2024: The Official CakePHP Conference

OCICollection::append

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

OCICollection::appendコレクションに要素を追加する

説明

public OCICollection::append(string $value): bool

コレクションの最後に要素を追加します。

パラメータ

value

コレクションに追加する値を指定します。

戻り値

成功した場合に true を、失敗した場合に false を返します。

変更履歴

バージョン 説明
8.0.0, PECL OCI8 3.0.0 OCI-Collection クラスは、 PHP の名前付けの規約に従って OCICollection に名前が変更されました。
add a note

User Contributed Notes

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