? is a special character, like it is for parse_ini_file

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303613 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-09-20 10:33:23 +00:00
parent d23298a70c
commit 23c9927830

View file

@ -75,7 +75,7 @@
There are reserved words which must not be used as keys for
ini files. These include: null, yes, no, true, false, on, off, none.
Values null, no and false results in "", yes and true results in "1".
Characters <literal>{}|&amp;~![()^"</literal> must not be used anywhere in
Characters <literal>?{}|&amp;~![()^"</literal> must not be used anywhere in
the key and have a special meaning in the value.
</simpara>
</note>