From d85ff3ebca8839d24c551692d80d2c5eaf1ec5bb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 8 Dec 2003 09:20:11 +0000 Subject: [PATCH] In fact, this function doesn't round halves to the nearest even value as stated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145950 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/round.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml index b1ae4e4e95..4cf976880c 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -1,5 +1,5 @@ - + @@ -38,6 +38,7 @@ echo round(5.055, 2); // 5.06 +