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.

Параметр

Возвращаемое значение

integer occurences of the tag

Заметка

Эта функция не должна вызываться статически.

См. также

XML_Statistics::countTagsInDepth(), XML_Statistics::countAttribute()