(PHP 5, PHP 7, PHP 8)
ArrayIterator::append — Append an element
$value
Appends value as the last element.
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
value
The value to append.
沒有返回值。
注意: This method cannot be called when the ArrayIterator refers to an object.
注意:
This method cannot be called when the ArrayIterator refers to an object.