Build a configuration array for System_ProcWatch
Usage: $cf = System_ProcWatch_Config::fromXmlFile('/etc/procwatch.xml'); $pw = &new System_ProcWatch($cf);
$cf = System_ProcWatch_Config::fromXmlFile('/etc/procwatch.xml'); $pw = &new System_ProcWatch($cf);
mixed fromArray( array $array)
This method in fact does a sanity check on the supplied config array and should only be used for testing purposes.
mixed fromIniFile( string $file)
mixed fromXml( string $xml)
mixed fromXmlFile( string $file)