From 7dd8b901e62d34f3b9cd58b0ec0c2e949bdeee3b Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Wed, 17 May 2000 18:17:07 +0000 Subject: [PATCH] Second parameter is optional. --- ext/standard/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/math.c b/ext/standard/math.c index c78ff5633c..ab85ee16b5 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -103,7 +103,7 @@ PHP_FUNCTION(floor) { /* }}} */ -/* {{{ proto int round(double number, int precision) +/* {{{ proto int round(double number [, int precision]) Returns the number rounded to specified precision. */ PHP_FUNCTION(round) { -- 2.50.1