Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17112 программистов и 1833 робота. Сейчас ищут 1673 программиста ...
XML_Statistics::countTag
Вернуться к: XML_Statistics
XML_Statistics::countTag
XML_Statistics::countTag() – count the occurences of a tag
Synopsis
require_once 'XML/Statistics.php';
integer XML_Statistics::countTag ( string $tagname = null )
Counts how often a certain tag is used in the document. If no tagname is specified ot will count the total number of tags.
Parameter
-
string $tagname - name of the tag to count
Return value
integer occurences of the tag
Note
This function can not be called statically.
Вернуться к: XML_Statistics