XML_Statistics::countTagsInDepth()
XML_Statistics::countTagsInDepth() -- ある深さのタグをカウントする
概要
require_once 'XML/Statistics.php'; |
integer XML_Statistics::counttagsindepth (integer $depth)
説明
タグをネストすることによって深さができます。ルートタグは0の深さです。
ある深さのタグの数をカウントすることでXML文書にあるrecordsetの数をカウントすることができます。
注意
この関数は、スタティックにコールする
ことはできません。