mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* Fixed bug #42294 (round will not use PHP_ROUND_FUZZ on 64bit CPUs)
* Removed another PHP3 reference git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293215 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
446e64f854
commit
103ed71613
1 changed files with 9 additions and 9 deletions
|
@ -44,14 +44,6 @@
|
|||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<simpara>
|
||||
The <parameter>precision</parameter> parameter was introduced
|
||||
in PHP 4.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
@ -150,7 +142,14 @@ echo round(8.5, 0, PHP_ROUND_HALF_ODD); // 9
|
|||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
The <parameter>mode</parameter> parameter was introduced.
|
||||
The <parameter>mode</parameter> parameter was introduced.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.2.7</entry>
|
||||
<entry>
|
||||
The inner workings of <function>round</function> was changed
|
||||
to confront the C99 standard.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -158,6 +157,7 @@ echo round(8.5, 0, PHP_ROUND_HALF_ODD); // 9
|
|||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue