]> granicus.if.org Git - php/commitdiff
Fixed proto.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 30 Dec 2004 01:23:44 +0000 (01:23 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 30 Dec 2004 01:23:44 +0000 (01:23 +0000)
ext/standard/microtime.c

index fbf8e02500baf6b5db2574794b9615630e423b99..311c473e97a8c4fbce2d273770927bed60490fe0 100644 (file)
@@ -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)
 {