0 can be returned for Off (bug #25865)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-08-07 16:46:14 +00:00
parent 51c248a7d2
commit 8f448644fc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.64 -->
<refentry id="function.ini-get">
<refnamediv>
@ -20,7 +20,7 @@
<title>When querying boolean values</title>
<para>
A boolean ini value of <literal>off</literal> will be returned as an
empty string while a boolean ini value of <literal>on</literal> will
empty string or "0" while a boolean ini value of <literal>on</literal> will
be returned as "1".
</para>
</note>