require_once 'XML/Statistics.php';
integer XML_Statistics::countTag ([string $tagname = null])
integer XML_Statistics::countTag
文書の中であるタグがどれだけ使用されているかをカウントします。タグの名前が指定されなければ、すべてのタグの数がカウントされます。
string $tagname - カウントするタグの名前
integer タグの出現数
この関数は、スタティックにコールする ことはできません。
XML_Statistics::countTagsInDepth(), XML_Statistics::countAttribute()