NoRewindIterator::valid

(PHP 5 >= 5.1.0, PHP 7) Validates the iterator public bool NoRewindIterator::valid ( void ) Checks whether the iterator is valid. Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available. See also:

NoRewindIterator::key

(PHP 5 >= 5.1.0, PHP 7) Get the current key public mixed NoRewindIterator::key ( void ) Gets the current key. Returns: The current key. This function is currently not documented; only its argument list is available. See also: NoRewindIterator::next() -

NoRewindIterator::next

(PHP 5 >= 5.1.0, PHP 7) Forward to the next element public void NoRewindIterator::next ( void ) Forwards to the next element. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: NoRewindIterator::

ParentIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7) Return the inner iterator's children contained in a ParentIterator public ParentIterator ParentIterator::getChildren ( void ) Get the inner iterator's children contained in a ParentIterator. Returns: An object. This function is currently not documented; only its argument list is available.

NoRewindIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Construct a NoRewindIterator public NoRewindIterator::__construct ( Iterator $iterator ) Constructs a NoRewindIterator. Parameters: iterator The iterator being used. Returns: A NoRewindIterator() based on the passed in iterator. Examples: NoRewindIterator::_

MultipleIterator::key

(PHP 5 >= 5.3.0, PHP 7) Gets the registered iterator instances public array MultipleIterator::key ( void ) Get the registered iterator instances key() result. Returns: An array of all registered iterator instances, or FALSE if no sub iterator is attached. This function is currently not documented; only its argument list is available.

NoRewindIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Get the inner iterator public iterator NoRewindIterator::getInnerIterator ( void ) Gets the inner iterator, that was passed in to NoRewindIterator. Returns: The inner iterator, as passed to NoRewindIterator::__construct(). This function is currently not documented; only its argument list is available.

NoRewindIterator::current

(PHP 5 >= 5.1.0, PHP 7) Get the current value public mixed NoRewindIterator::current ( void ) Gets the current value. Returns: The current value. This function is currently not documented; only its argument list is available. See also: NoRewindIterator::key() -

MultipleIterator::setFlags

(PHP 5 >= 5.3.0, PHP 7) Sets flags public void MultipleIterator::setFlags ( int $flags ) Sets flags. Parameters: flags The flags to set, according to the Flag Constants Returns: No value is returned. This function is currently not documented; only its argument list is available.

MultipleIterator::next

(PHP 5 >= 5.3.0, PHP 7) Moves all attached iterator instances forward public void MultipleIterator::next ( void ) Moves all attached iterator instances forward. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: