summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-12-30 01:23:44 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-12-30 01:23:44 +0000
commit585833ab7eb8e806e2aef27fa7d60ad7058a8b14 (patch)
treedc97a34a6721b3765e113ef1e7491ecbe6bf20b3 /ext/standard/microtime.c
parent5abd0518dd9a6bf3915b014355bce78fe77f1209 (diff)
downloadphp-git-585833ab7eb8e806e2aef27fa7d60ad7058a8b14.tar.gz
Fixed proto.
Diffstat (limited to 'ext/standard/microtime.c')
-rw-r--r--ext/standard/microtime.c2
1 files changed, 1 insertions, 1 deletions
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)
{