microtime
Definition
mixed microtime ([ bool $get_as_float ] )
Description
microtime() returns the current Unix timestamp with microseconds. This function is only available on operating systems that support the gettimeofday() system call.
mixed microtime ([ bool $get_as_float ] )
microtime() returns the current Unix timestamp with microseconds. This function is only available on operating systems that support the gettimeofday() system call.