RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7)

RecursiveIteratorIterator::getSubIteratorThe current active sub iterator

설명

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

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

level

반환값

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