]> granicus.if.org Git - php/commitdiff
Second parameter is optional.
authorEgon Schmid <eschmid@php.net>
Wed, 17 May 2000 18:17:07 +0000 (18:17 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 17 May 2000 18:17:07 +0000 (18:17 +0000)
ext/standard/math.c

index c78ff5633ce7a8ae64623ca3514acdee1930b48e..ab85ee16b520c46e43fa3818439c2c2161930076 100644 (file)
@@ -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)
 {