XML_Statistics::apiVersion | XML_Statistics::analyzeString |
XML_Statistics | |
PEAR Manual | |
require_once 'XML/Statistics.php'; |
string XML_Statistics::analyzeFile (
string $filename
)
Analyzes an XML document by reading from a file. You have to analyze a document before you can extract any statistical information.
Returns TRUE on success, PEAR_Error on failure.
This function can not be called statically.
XML_Statistics::apiVersion | XML_Statistics::analyzeString |
XML_Statistics | |
PEAR Manual | |