mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Clarify that shorthand byte values are cast to integer
This integrates user note 90781 and 123446. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346458 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff7a473972
commit
83926e1685
1 changed files with 2 additions and 0 deletions
|
@ -462,6 +462,8 @@ foreach ($headers as $name => $content) {
|
|||
<literal>1048576</literal> bytes. <literal>1K</literal> equals one
|
||||
Kilobyte or <literal>1024</literal> bytes. These shorthand notations may
|
||||
be used in &php.ini; and in the <function>ini_set</function> function.
|
||||
Note that the numeric value is cast to <type>integer</type>;
|
||||
for instance, <literal>0.5M</literal> is interpreted as <literal>0</literal>.
|
||||
</para>
|
||||
<note>
|
||||
<title>kilobyte versus kibibyte</title>
|
||||
|
|
Loading…
Reference in a new issue