https://www.php.net/manual/en/function.parse-ini-file.php
"If INI_SCANNER_RAW is supplied, then option values will not be parsed."
That is?
On 20/05/2022 09.22, Fx ROOM wrote:
https://www.php.net/manual/en/function.parse-ini-file.php
"If INI_SCANNER_RAW is supplied, then option values will not be parsed."
That is?
Yes, the setting value ain't parsed,
say you have a row like:
setting_name = "Less is \"more\""
INI_SCANNER_NORMAL -> Less is "more"
INI_SCANNER_RAW -> Less is \"more\"
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (3 / 13) |
Uptime: | 35:47:07 |
Calls: | 10,392 |
Calls today: | 3 |
Files: | 14,064 |
Messages: | 6,417,151 |