require_once 'System/ProcWatch/Config.php';
mixed System_ProcWatch_Config::fromIniFile (string $file)
mixed System_ProcWatch_Config::fromIniFile
Parses an INI file into an array to configure System_ProcWatch with.
Example 56-1. INI configuration file
path to INI file
Returns config array on success or PEAR_Error on failure.
Throws PEAR_Error if INI file doesn't exist.
Configuration by INI file
This function should be called statically.