From b9c51f7f98ea639d6b1167b83ecd788f8ce21d4e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 20 Aug 2007 14:02:44 +0000 Subject: [PATCH] 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 --- reference/info/functions/ini-get.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/info/functions/ini-get.xml b/reference/info/functions/ini-get.xml index eec0c71267..46043f735f 100644 --- a/reference/info/functions/ini-get.xml +++ b/reference/info/functions/ini-get.xml @@ -1,5 +1,5 @@ - + ini_get @@ -106,6 +106,7 @@ post_max_size in bytes = 8388608 A boolean ini value of off will be returned as an empty string or "0" while a boolean ini value of on will be returned as "1". + The function can also return the literal string of INI value.