XML_Statistics::countDataChunks

XML_Statistics::countDataChunks() – データブロックの出現数をカウントする

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::countDataChunks ( )

Description

'ignoreWhitespace'オプションの影響を受けます。さらに、パーサが改行や内部エンティティ(internal entity) をみつけたときに、新しいチャンクがカウントされます。

Parameter

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

Return value

integer 文書のデータチャンクの数

Note

This function can not be called statically.