RecursiveIteratorIterator::endIteration

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

RecursiveIteratorIterator::endIterationEnd Iteration

Descrizione

public RecursiveIteratorIterator::endIteration(): void

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

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

add a note

User Contributed Notes 1 note

up
1
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