From be37fbbabda8f1bc4baaebd99f958eca38148d46 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 23 Jul 2003 01:34:31 +0000 Subject: [PATCH] see also number_format() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135669 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/round.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml index b419c74b26..b1ae4e4e95 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -1,5 +1,5 @@ - + @@ -70,8 +70,9 @@ echo round(5.055, 2); // 5.06 - See also ceil and - floor. + See also ceil, + floor and + number_format.