XML_Statistics::getMaxDepth

XML_Statistics::getMaxDepth() – ネストレベルの最大数を得る

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::getMaxDepth ( )

Description

ネストされたレベルで文書のタグの最大の深さを知ることができます。

Parameter

このメソッドは引数をとりません。

Return value

integer ネストレベルの最大数

Note

This function can not be called statically.