mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5d60ad95fe
commit
b9c51f7f98
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue