ArrayIterator::append
(PHP 5 >= 5.1.0)
ArrayIterator::append — Append an element
説明
public void ArrayIterator::append
( string $value
)
Appends value as the last element.
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
- value
-
The value to append.
返り値
値を返しません。
注意
注意: This method cannot be called when the ArrayIterator refers to an object.
ArrayIterator::append
There are no user contributed notes for this page.
