parent root
PHP: RecursiveIteratorIterator::getSubIterator - Manual

RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7)

RecursiveIteratorIterator::getSubIteratorThe current active sub iterator

Description

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

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

Parameters

level

Return Values

The current active sub iterator.

add a noteadd a note

User Contributed Notes 1 note

up
0
lovePhp
9 months ago
Please document this method. I have found a use for it and would love to better understand how it works. TY : )
To Top
parent root