Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16501 программист и 1672 робота. Сейчас ищут 1695 программистов ...
XML_Statistics
Вернуться к: XML
Package to statistically analyze an XML document.
- Introduction — Introduction to XML_Statistics
- Example — Example for the usage of XML_Statistics
- XML_Statistics::apiVersion — return API version
- XML_Statistics::analyzeFile — Analyze an XML file
- XML_Statistics::analyzeString — Analyze an XML string
- XML_Statistics::countTag — count the occurences of a tag
- XML_Statistics::countTagsInDepth — count the tags in a certain depth
- XML_Statistics::countPI — count the occurences of a processing instruction
- XML_Statistics::countExternalEntity — count the occurences of an external entitity
- XML_Statistics::getMaxDepth — get the maximum nesting level
- XML_Statistics::countAttribute — count the occurences of an attribute
- XML_Statistics::countDataChunks — count the occurences of a data blocks
- XML_Statistics::getCDataLength — get the combined length of all CData sections
Вернуться к: XML