RecursiveIteratorIterator::endIteration

(PHP 5 >= 5.1.0)

RecursiveIteratorIterator::endIterationEnd Iteration

Опис

public void RecursiveIteratorIterator::endIteration ( void )

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

Увага

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

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Не повертає значень.

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