mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3902cc7868
commit
5d60ad95fe
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue