RecursiveIteratorIterator::nextElement

(PHP 5 >= 5.1.0, PHP 7) Next element public void RecursiveIteratorIterator::nextElement ( void ) Called when the next element is available. Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::next

(PHP 5, PHP 7) Move forward to the next element public void RecursiveIteratorIterator::next ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::key

(PHP 5, PHP 7) Access the current key public mixed RecursiveIteratorIterator::key ( void ) Returns: The current key. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7) The current active sub iterator public RecursiveIterator RecursiveIteratorIterator::getSubIterator ([ int $level ] ) Parameters: level Returns: The current active sub iterator. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::getMaxDepth

(PHP 5 >= 5.1.0, PHP 7) Get max depth public mixed RecursiveIteratorIterator::getMaxDepth ( void ) Gets the maximum allowable depth. Returns: The maximum accepted depth, or FALSE if any depth is allowed. This function is currently not documented; only its argument list is available. See

RecursiveIteratorIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Get inner iterator public iterator RecursiveIteratorIterator::getInnerIterator ( void ) Gets the current active sub iterator. Returns: The current active sub iterator. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::getDepth

(PHP 5, PHP 7) Get the current depth of the recursive iteration public int RecursiveIteratorIterator::getDepth ( void ) Returns: The current depth of the recursive iteration. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::endIteration

(PHP 5 >= 5.1.0, PHP 7) End Iteration public void RecursiveIteratorIterator::endIteration ( void ) Called when the iteration ends (when RecursiveIteratorIterator::valid() first returns FALSE. Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::endChildren

(PHP 5 >= 5.1.0, PHP 7) End children public void RecursiveIteratorIterator::endChildren ( void ) Called when end recursing one level. Returns: No value is returned. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::current

(PHP 5, PHP 7) Access the current element value public mixed RecursiveIteratorIterator::current ( void ) Returns: The current elements value. This function is currently not documented; only its argument list is available.