integer XML_Statistics::countTag (
string $tagname = null
)
Compte le nombre d'occurences d'un certain tag d'un document XML. Si aucun tag n'est spécifié, le nombre total de tags sera retourné.
string $tagname - nom du tag à compter
integer : occurences de ce tag
This function can not be called statically.