System_ProcWatch_Config::fromXmlFile()

System_ProcWatch_Config::fromXmlFile() -- Get config array from XML file

Referentiesamenvatting

require_once 'System/ProcWatch/Config.php';

mixed System_ProcWatch_Config::fromXmlFile (string $file)

Beschrijving

Parses an XML file into an config array to configure System_ProcWatch with.

Parameter

string $file

path to XML file

Return waarde

Returns config array on success or PEAR_Error on failure.

Throws

Throws PEAR_Error if XML file does not exist, or problems parsing the XML file have occured.

Zie

Configuration by XML file

Note

Deze functie zou statisch moeten worden aangeroepen.