(PHP 5 >= 5.1.0, PHP 7)
RecursiveIteratorIterator::setMaxDepth — Set max depth
$max_depth
= -1
] )Set the maximum allowed depth.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
max_depth
The maximum allowed depth. -1 is used for any depth.
값을 반환하지 않습니다.
Emits an Exception if max_depth
is less than -1.