diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index a617c8a578..bcac620210 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -42,6 +42,12 @@ and open_basedir. + + + There are reserved words which must not be used as keys for + ini files. These include: yes, no, true, and false. + + The structure of the ini file is similar to that of the &php.ini;'s.