(PHP 5, PHP 7)
ArrayIterator::append — Append an element
public ArrayIterator::append
( mixed $value
) : void
Appends value as the last element.
Warning This function is currently not documented; only its argument list is available.
value
No value is returned.
Note:
This method cannot be called when the ArrayIterator refers to an object.