PHP funkce parse_ini_string()
06. 07. 2020Dostupnost ve verzích: PHP 5.3.0
Parse a configuration string
Parametry
Parametr | Datový typ | Výchozí hodnota | Poznámka |
---|---|---|---|
$ini | string | The contents of the ini file being parsed. | |
$process_sections | bool | null, | By setting the process_sections parameter to true, you get a multidimensional array, with the section names and settings included. The default for process_sections is false |
$scanner_mode | int | null | Can either be INI_SCANNER_NORMAL (default) or INI_SCANNER_RAW. If INI_SCANNER_RAW is supplied, then option values will not be parsed. |
Návratové hodnoty
array
|bool The settings are returned as an associative array on success, and false on failure.
Další zdroje
https://php.net/manual/en/function.parse-ini-string.php
Jan Barášek Více o autorovi
Autor článku podniká jako fullstack senior developer v Praze. Spravuje 300 různě velkých webových projektů, fungujících dodnes. Během spolupráce nabral hluboké zkušenosti, které na tomto webu předává dál.
Rád vám pomůžu:
Kontakt Konzultace a služby Nabídka spolupráce