RecursiveIteratorIterator
PHP Manual

RecursiveIteratorIterator::setMaxDepth

(PHP 5 >= 5.1.0)

RecursiveIteratorIterator::setMaxDepthSet max depth

Descrizione

public void RecursiveIteratorIterator::setMaxDepth ([ string $max_depth = -1 ] )

Set the maximum allowed depth.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

max_depth

The maximum allowed depth. -1 is used for any depth.

Valori restituiti

Nessun valore viene restituito.

Errori/Eccezioni

Emits an Exception if max_depth is less than -1.


RecursiveIteratorIterator
PHP Manual