parse_ini_string

 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.