see also number_format()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135669 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-07-23 01:34:31 +00:00
parent f1075a64fc
commit be37fbbabd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.round">
<refnamediv>
@ -70,8 +70,9 @@ echo round(5.055, 2); // 5.06
</note>
</para>
<simpara>
See also <function>ceil</function> and
<function>floor</function>.
See also <function>ceil</function>,
<function>floor</function> and
<function>number_format</function>.
</simpara>
</refsect1>
</refentry>