System_ProcWatch_Config::fromIniFile()

System_ProcWatch_Config::fromIniFile() -- Get config array from INI file

Referentiesamenvatting

require_once 'System/ProcWatch/Config.php';

mixed System_ProcWatch_Config::fromIniFile (string $file)

Beschrijving

Parses an INI file into an array to configure System_ProcWatch with.

Parameter

string $file

path to INI file

Return waarde

Returns config array on success or PEAR_Error on failure.

Throws

Throws PEAR_Error if INI file doesn't exist.

Zie

Configuration by INI file

Note

Deze functie zou statisch moeten worden aangeroepen.