PHP » PYTHON |
login |
register |
about
|
parse_ini_string(PHP 5 >= 5.3.0) parse_ini_string — Parse a configuration string Description
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. Parameters
Return ValuesThe settings are returned as an associative array on success, and FALSE on failure. |
more
Recently updated
more
Most requested
more
Last requests
|