RecursiveIteratorIterator::endIteration

(PHP 5 >= 5.1.0, PHP 7)

RecursiveIteratorIterator::endIterationEnd Iteration

Opis

public RecursiveIteratorIterator::endIteration ( void ) : void

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

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Nie jest zwracana żadna wartość.

add a note add a note

User Contributed Notes 1 note

up
0
Tom
13 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