| | associative convertConfigFileToArray(
string
$fileName, [optional
$lineDelimiter = ';'], [optional
$valueDelimiter = ',']) | 
 | 
	
		Converts the contents of a configuration file stored in the filesystem location  specified by the PATH_CONF constant into an associative array.  The lefthand value  of each line in the config file in this array is the key and the right hand item is the value  of the array.
Tags:
	
        Parameters: