diff --git a/reference/info/functions/ini-get.xml b/reference/info/functions/ini-get.xml index d998d2525e..eec0c71267 100644 --- a/reference/info/functions/ini-get.xml +++ b/reference/info/functions/ini-get.xml @@ -1,5 +1,5 @@ - + ini_get @@ -117,7 +117,7 @@ post_max_size in bytes = 8388608 ini_get will return the exact string stored in the &php.ini; file and NOT its integer equivalent. Attempting normal arithmetic functions on these values - will not have otherwise expected results. The example below shows one + will not have otherwise expected results. The example above shows one way to convert shorthand notation into bytes, much like how the PHP source does it.