gettimeofday()
gettimeofday - Get current time
Syntax
mixed gettimeofday (
bool $return_float)
Arguments
- return_float - When set to TRUE, a float instead of an array is returned.
Description
This is an interface to gettimeofday(2). It returns an associative array containing the data returned from the system call.
Version
PHP 4, 5
Return value
By default an array is returned. If return_float is set, then a float is returned.