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\"
--
//Aho
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)