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.

Parameter

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

Return value

integer : profondeur maximale.

Note

This function can not be called statically.