ArrayIterator::append

(PHP 5 >= 5.0.0, PHP 7) Append an element public void ArrayIterator::append ( mixed $value ) Appends value as the last element. Parameters: value The value to append. Returns: No value is returned. This function is currently not documented; only its argument list is available.

AppendIterator::valid

(PHP 5 >= 5.1.0, PHP 7) Checks validity of the current element public bool AppendIterator::valid ( void ) Checks validity of the current element. Returns: Returns TRUE if the current iteration is valid, FALSE otherwise. See also: AppendIterator::current() - AppendIterator::key() -

AppendIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewinds the Iterator public void AppendIterator::rewind ( void ) Rewind to the first element of the first inner Iterator. Returns: No value is returned. See also: Iterator::rewind() - AppendIterator::current() - AppendIterator::key

AppendIterator::next

(PHP 5 >= 5.1.0, PHP 7) Moves to the next element public void AppendIterator::next ( void ) Moves to the next element. If this means to another Iterator then it rewinds that Iterator. Returns: No value is returned. See also: Iterator::next() - AppendIterator::current() -

AppendIterator::key

(PHP 5 >= 5.1.0, PHP 7) Gets the current key public scalar AppendIterator::key ( void ) Get the current key. Returns: The current key if it is valid or NULL otherwise. Examples: AppendIterator::key() basic example <?php $array_a = new ArrayIterator(array('a' => 'aardwolf', 'b' => 'bear', 'c' => 'capybara')

AppendIterator::getIteratorIndex

(PHP 5 >= 5.1.0, PHP 7) Gets an index of iterators public int AppendIterator::getIteratorIndex ( void ) Gets the index of the current inner iterator. Returns: Returns an integer, which is the zero-based index of the current inner iterator. Examples: AppendIterator.getIteratorIndex() basic example <?php $array_a = ne

AppendIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Gets the inner iterator public Iterator AppendIterator::getInnerIterator ( void ) This method returns the current inner iterator. Returns: The current inner iterator, or NULL if there is not one. Examples: AppendIterator::getInnerIterator() example <?php $array_a = new ArrayIterator(array('a'

AppendIterator::getArrayIterator

(PHP 5 >= 5.1.0, PHP 7) Gets the ArrayIterator public void AppendIterator::getArrayIterator ( void ) This method gets the ArrayIterator that is used to store the iterators added with AppendIterator::append(). Returns: Returns an ArrayIterator containing the appended iterators. See also: AppendIterator::getIn

AppendIterator::current

(PHP 5 >= 5.1.0, PHP 7) Gets the current value public mixed AppendIterator::current ( void ) Gets the current value. Returns: The current value if it is valid or NULL otherwise. See also: Iterator::current() - AppendIterator::key() - AppendIterator::valid(

AppendIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Constructs an AppendIterator public AppendIterator::__construct ( void ) Constructs an AppendIterator. Returns: No value is returned. Examples: Iterating AppendIterator with foreach <?php $pizzas   = new ArrayIterator(array('Margarita', 'Siciliana', 'Hawaii')); $toppings = new ArrayIterator(array('Cheese', 'A