string XML_Statistics::analyzeString (
string $string
)
Analyse un document XML directement depuis une chaîne. Cela est très utile si vos documents sont créés à la volée par une autre application. Vous devez analyser un document avant d'en extraite toutes statistiques.
Returns TRUE on success, PEAR_Error on failure.
This function can not be called statically.