XML_Statistics::analyzeFile()

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

Referentiesamenvatting

require_once 'XML/Statistics.php';

string XML_Statistics::analyzeFile (string $filename)

Beschrijving

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

Return waarde

Geeft TRUE terug bij success, PEAR_Error als het faalt.

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

XML_Statistics::analyzeString()