
Druckansicht von http://www.php-homepage.de/manual/function.parse-ini-string.php
parse_ini_string(PHP 5 >= 5.3.0) parse_ini_string — Parse a configuration string Beschreibung
array parse_ini_string
( string
$ini
[, bool $process_sections = false
[, int $scanner_mode = INI_SCANNER_NORMAL
]] )
parse_ini_string() returns the settings in string
The structure of the ini string is the same as the php.ini's. Parameter-Liste
Rückgabewerte
The settings are returned as an associative array on success,
and Anmerkungen
|