Function __global->parse_ini_string
Definitions
sources_custom/phpstub.php
- Parse a configuration string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | PATH | required parameter | N/A | N/A | The configuration string |
$process_sections | boolean | False | N/A | N/A | Whether to process sections |
$scanner_mode | integer | 0 | N/A | N/A | Any INI_SCANNER_* constant |
Return
- Map of Ini file data (2d if processed sections) (false: error)
- Type: ~array
- Set: N/A
- Range: N/A