parse_ini_string

Example

 array parse_ini_string ( string $ini [, bool $process_sections = false [, int $scanner_mode = INI_SCANNER_NORMAL ]] ) 

Description

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.

Return Values

The settings are returned as an associative array on success, and FALSE on failure.