PHP Manual

PHP funkce parse_ini_string()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 5.3.0`

Parse a configuration string

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$ini string není 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

Oficiální dokumentace funkce parse-ini-string

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

Potřebujete poradit s PHP?

Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.

Napište mi, pokud si nevíte rady.

Lektor: Jan Barášek

V jiných jazycích

1.
Status:
All systems normal.
2024