XML_Statistics::getMaxDepth()

XML_Statistics::getMaxDepth() -- récupère la profondeur maximale

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::getMaxDepth ()

Description

Le degrès maximal d'un document vous donne la profondeur maximale des tags dans un document XML.

Paramètres

Cette méthode n'accepte aucun paramètre.

Valeur retournée

integer : profondeur maximale.

Note

Cette fonction ne peut pas être appelée de façon statique.