andrey Wed Dec 17 17:21:06 2003 EDT
Modified files:
/php-src/ext/standard microtime.c
Log:
proto fix
Index: php-src/ext/standard/microtime.c
diff -u php-src/ext/standard/microtime.c:1.42 php-src/ext/standard/microtime.c:1.43
--- php-src/ext/standard/microtime.c:1.42 Wed Dec 17 17:03:33 2003
+++ php-src/ext/standard/microtime.c Wed Dec 17 17:21:05 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: microtime.c,v 1.42 2003/12/17 22:03:33 andrey Exp $ */
+/* $Id: microtime.c,v 1.43 2003/12/17 22:21:05 andrey Exp $ */
#include "php.h"
@@ -52,7 +52,7 @@
#define SEC_IN_MIN 60
#ifdef HAVE_GETTIMEOFDAY
-/* {{{ proto string microtime([bool get_as_float])
+/* {{{ proto mixed microtime([bool get_as_float])
Returns either a string or a float containing the current time in seconds and
microseconds */
PHP_FUNCTION(microtime)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php