Examples are now above notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241647 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-20 13:49:39 +00:00
parent 3902cc7868
commit 5d60ad95fe

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry xml:id="function.ini-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ini_get</refname>
@ -117,7 +117,7 @@ post_max_size in bytes = 8388608
<function>ini_get</function> will return the exact string stored in the
&php.ini; file and <emphasis>NOT</emphasis> its <type>integer</type>
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.
</para>