XML_Statistics::getMaxDepthXML_Statistics::getMaxDepth() -- get the maximum nesting level Synopsisrequire_once 'XML/Statistics.php'; |
integer XML_Statistics::getMaxDepth ()
Description
The nesting level of a document tells you the maximum depth of the tags in the document.
Parameter
This method does not accept any parameters.
Return value
integer maximum nesting level.
NoteThis function can not be called
statically. |