From: Ilia Alshanetsky Date: Thu, 30 Dec 2004 01:23:44 +0000 (+0000) Subject: Fixed proto. X-Git-Tag: RELEASE_0_2~435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=585833ab7eb8e806e2aef27fa7d60ad7058a8b14;p=php Fixed proto. --- diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index fbf8e02500..311c473e97 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -93,7 +93,7 @@ PHP_FUNCTION(microtime) } /* }}} */ -/* {{{ proto array gettimeofday(void) +/* {{{ proto array gettimeofday([bool get_as_float]) Returns the current time as array */ PHP_FUNCTION(gettimeofday) {