(PHP 5 >= 5.1.0, PHP 7, PHP 8)
RecursiveIteratorIterator::setMaxDepth — Set max depth
Set the maximum allowed depth.
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
maxDepth
The maximum allowed depth. -1
is used
for any depth.
Nessun valore viene restituito.
Emits an Exception if maxDepth
is less than -1
.