vrana Mon Aug 20 13:49:39 2007 UTC
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
Examples are now above notes
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.17
phpdoc/en/reference/info/functions/ini-get.xml:1.18
--- phpdoc/en/reference/info/functions/ini-get.xml:1.17 Thu Aug 16 12:31:30 2007
+++ phpdoc/en/reference/info/functions/ini-get.xml Mon Aug 20 13:49:39 2007
@@ -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 @@
<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>