Booleans can be returned as literal strings (bug #33443)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241649 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-20 14:02:44 +00:00
parent 5d60ad95fe
commit b9c51f7f98

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<refentry xml:id="function.ini-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ini_get</refname>
@ -106,6 +106,7 @@ post_max_size in bytes = 8388608
A boolean ini value of <literal>off</literal> will be returned as an
empty string or "0" while a boolean ini value of <literal>on</literal> will
be returned as "1".
The function can also return the literal string of INI value.
</para>
</note>
<note>