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.