parent root
PHP: RecursiveIteratorIterator::endIteration - Manual

RecursiveIteratorIterator::endIteration

(PHP 5 >= 5.1.0, PHP 7)

RecursiveIteratorIterator::endIterationEnd Iteration

Description

public RecursiveIteratorIterator::endIteration ( void ) : void

Called when the iteration ends (when RecursiveIteratorIterator::valid() first returns FALSE.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

No value is returned.

add a noteadd a note

User Contributed Notes 1 note

up
0
Tom
8 years ago
Some source code documentation that I found on this function currently says: Template method provided for overriding classes, default implementation does nothing.
To Top
parent root