XML_Statistics::analyzeFile()

XML_Statistics::analyzeFile() -- Analyze an XML file

Synopsis

require_once 'XML/Statistics.php';

string XML_Statistics::analyzeFile (string $filename)

Beschreibung

Analyzes an XML document by reading from a file. You have to analyze a document before you can extract any statistical information.

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

XML_Statistics::analyzeString()