iliaa Wed Dec 29 20:23:44 2004 EDT Modified files: /php-src/ext/standard microtime.c Log: Fixed proto. http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.49&r2=1.50&ty=u Index: php-src/ext/standard/microtime.c diff -u php-src/ext/standard/microtime.c:1.49 php-src/ext/standard/microtime.c:1.50 --- php-src/ext/standard/microtime.c:1.49 Wed Oct 27 19:12:05 2004 +++ php-src/ext/standard/microtime.c Wed Dec 29 20:23:44 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: microtime.c,v 1.49 2004/10/27 23:12:05 iliaa Exp $ */ +/* $Id: microtime.c,v 1.50 2004/12/30 01:23:44 iliaa Exp $ */ #include "php.h" @@ -93,7 +93,7 @@ } /* }}} */ -/* {{{ proto array gettimeofday(void) +/* {{{ proto array gettimeofday([bool get_as_float]) Returns the current time as array */ PHP_FUNCTION(gettimeofday) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php