XML_Statistics::countDataChunks

XML_Statistics::countDataChunks() – compte le nombre d'occurences d'un bloc de données

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::countDataChunks ( )

Description

Ceci est influencé par l'option 'ignoreWhitespace'. En outre, un nouveau gros morceaux est compté lorsque le parseur trouve un retour à la ligne ou une entité interne.

Parameter

Cette méthode n'accepte aucun autre paramètre.

Return value

integer : nombre de gros blocs dans le document

Note

This function can not be called statically.