Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 45197 программистов и 1945 роботов. Сейчас ищут 1782 программиста ...
XML_Statistics::getMaxDepth
Вернуться к: XML_Statistics
XML_Statistics::getMaxDepth
XML_Statistics::getMaxDepth() – get the maximum nesting level
Synopsis
require_once 'XML/Statistics.php';
integer XML_Statistics::getMaxDepth ( )
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.
Note
This function can not be called statically.
Вернуться к: XML_Statistics