microtime - chung-leong/qb GitHub Wiki

microtime() - Return current Unix timestamp with microseconds

float64 microtime([ignored])

microtime() returns the current Unix timestamp as a floating point number. The value is the number of seconds since the Unix epoch (0:00:00 January 1,1970 GMT).

Parameters:

ignored - The parameter is ignored

Return Value:

Unix timestamp.

Version

2.0 and above.