From 585833ab7eb8e806e2aef27fa7d60ad7058a8b14 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 30 Dec 2004 01:23:44 +0000 Subject: [PATCH] Fixed proto. --- ext/standard/microtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1