XML_Statistics::analyzeString

XML_Statistics::analyzeString() – Analyze an XML string

Synopsis

require_once 'XML/Statistics.php';

string XML_Statistics::analyzeString ( string $string )

Description

Analyzes an XML document directly from a string. This can be useful if your documents are created on the fly by any other application. You have to analyze a document before you can extract any statistical information.

Return value

Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

Analyze an XML file (Previous) count the occurences of a tag (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.