RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7)

RecursiveIteratorIterator::getSubIteratorThe current active sub iterator

Descrierea

public RecursiveIteratorIterator::getSubIterator ([ int $level ] ) : RecursiveIterator
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

level

Valorile întoarse

The current active sub iterator.

add a note add a note

User Contributed Notes 1 note

up
4
lovePhp
5 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