diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index ebbd457070..e43f079bab 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,8 @@ There are reserved words which must not be used as keys for ini files. These include: null, yes, no, true, and false. + Characters |&~![()" must not be used anywhere in + the key and have a special meaning in the value.