array parse_ini_string ( string $ini [, bool $process_sections = false [, int $scanner_mode = INI_SCANNER_NORMAL ]] )
parse_ini_string() returns the settings in string ini in an associative array. The structure of the ini string is the same as the php.ini's.
The settings are returned as an associative array on success, and FALSE on failure.