RecursiveIteratorIterator::getMaxDepth

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

RecursiveIteratorIterator::getMaxDepthObtiene la profundidad máxima

Descripción

public RecursiveIteratorIterator::getMaxDepth(): int|false

Obtiene la profundidad máxima permitida.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

La profundidad máxima permitida o false si se permite una profundidad infinita.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top