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: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 00:02:48 |
| Calls: | 12,097 |
| Calls today: | 5 |
| Files: | 15,003 |
| Messages: | 6,517,857 |