XML_Statistics::countTagsInDepth()

XML_Statistics::countTagsInDepth() -- count the tags in a certain depth

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::counttagsindepth (integer $depth)

Beschreibung

Thru nesting a tag can be at a certain depth. The root tag is at depth zero. By counting the amount of tags in a depth you can count the number of recordsets in an XML document.

Parameter

Rückgabewert

integer number of tags in this depth

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

XML_Statistics::countTag()