From 5d60ad95fe99983ff2683b5078fcbd5cb8ae5982 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 20 Aug 2007 13:49:39 +0000 Subject: [PATCH] Examples are now above notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241647 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/ini-get.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.