XML_Statistics::countTag()

XML_Statistics::countTag() -- タグの出現数をカウントする

概要

require_once 'XML/Statistics.php';

integer XML_Statistics::countTag ([string $tagname = null])

説明

文書の中であるタグがどれだけ使用されているかをカウントします。タグの名前が指定されなければ、すべてのタグの数がカウントされます。

パラメータ

返り値

integer タグの出現数

注意

この関数は、スタティックにコールする ことはできません。

参照

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