Dutch PHP Conference 2025 - Call For Papers

RecursiveIteratorIterator::endIteration

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

RecursiveIteratorIterator::endIterationEnd Iteration

Опис

public RecursiveIteratorIterator::endIteration(): void

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

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

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

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

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

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