(PHP 5 >= 5.1.0, PHP 7)
RecursiveIteratorIterator::setMaxDepth — Définit la profondeur maximale
$max_depth
= -1
] )Définit la profondeur maximale autorisée.
Cette fonction n'est pas documentée et seule la liste des arguments est disponible.
max_depth
La profondeur maximale autorisée. -1 sera utilisé pour une profondeur infinie.
Aucune valeur n'est retournée.
Émet une Exception si max_depth
est inférieur à -1.