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