PHP 8.5.0 Beta 3 available for testing

RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7, PHP 8)

RecursiveIteratorIterator::getSubIterator β€” The current active sub iterator

Descrizione

public RecursiveIteratorIterator::getSubIterator(?int $level = null): ?RecursiveIterator
Avviso

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

Elenco dei parametri

level

Valori restituiti

The current active sub iterator on success; null on failure.

Log delle modifiche

Versione Descrizione
8.0.0 level is now nullable.

οΌ‹add a note

User Contributed Notes 1 note

up
2
lovePhp ΒΆ
6 years ago
Please document this method. I have found a use for it and would love to better understand how it works. TY : )
To Top