From fa3b453f6a62af047cb03b1d7c3779141c8e4136 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 19 Dec 2000 11:36:43 +0000 Subject: [PATCH] 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 --- functions/math.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/math.xml b/functions/math.xml index 2824ec0197..805c548b20 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1025,6 +1025,12 @@ $foo = round (1.95583, 2); // $foo == 1.96 + + + The precision parameter is only + available in PHP 4. + + See also ceil and floor.