Shouldn't have been in here

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280436 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-05-13 08:14:03 +00:00
parent 9168a10cb0
commit 39befb28a0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.parse-ini-string">
<refnamediv>
<refname>parse_ini_string</refname>
@ -114,7 +114,7 @@ echo '(loaded) magic_quotes_gpc = ' . yesno(get_cfg_var('magic_quotes_gpc')) . P
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>