System_ProcWatch_Config::fromXmlFile() -- Get config array from XML file
Descripción
Parses an XML file into an config array to configure System_ProcWatch with.
Parámetro
- string
$file
path to XML file
Valor devuelto
Returns config array on success or PEAR_Error on failure.
Lanza
Throws PEAR_Error if XML file does not exist, or
problems parsing the XML file have occured.
Nota
Esta función debe ser llamada
estáticamente.