mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added a note to round() regarding php3/4 differences
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38064 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
86e69bc5ec
commit
fa3b453f6a
1 changed files with 6 additions and 0 deletions
|
@ -1025,6 +1025,12 @@ $foo = round (1.95583, 2); // $foo == 1.96
|
|||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
The <parameter>precision</parameter> parameter is only
|
||||
available in PHP 4.
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
See also <function>ceil</function> and
|
||||
<function>floor</function>.
|
||||
|
|
Loading…
Reference in a new issue