XML_Statistics::countTagsInDepth

XML_Statistics::countTagsInDepth() – ある深さのタグをカウントする

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::counttagsindepth ( integer $depth )

Description

タグをネストすることによって深さができます。ルートタグは0の深さです。 ある深さのタグの数をカウントすることでXML文書にあるrecordsetの数をカウントすることができます。

Parameter

  • integer $depth - タグの深さ (ルートタグが0です)

Return value

integer この深さのタグの数

Note

This function can not be called statically.