ArrayIterator::append
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Append an element
Description
ArrayIterator::append(mixed $value): void
Appends value as the last element.
Func
Parameters
valueThe value to append.
Return Values
Void
Notes
Note
This method cannot be called when the ArrayIterator refers to an object.
See Also
ArrayIterator::next