diff options
author | Egon Schmid <eschmid@php.net> | 2000-05-17 18:17:07 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-05-17 18:17:07 +0000 |
commit | 7dd8b901e62d34f3b9cd58b0ec0c2e949bdeee3b (patch) | |
tree | 3abaa718b8f19d4ac7ee6e5b7dc8f0fa8c67136a | |
parent | 29571bf2b11e7420af6e28c7fca5b01829cc68e6 (diff) | |
download | php-git-7dd8b901e62d34f3b9cd58b0ec0c2e949bdeee3b.tar.gz |
Second parameter is optional.
-rw-r--r-- | ext/standard/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |