|
hrtimeGet the system's high resolution time Description
arrayintfloatfalse hrtime(bool
$as_number = false )Returns the system's high resolution time, counted from an arbitrary point in time. The delivered timestamp is monotonic and can not be adjusted. Parameters
Return Values
Returns an array of integers in the form [seconds, nanoseconds], if the
parameter Examples
Example #1 hrtime usage
The above example will output something similar to: 10444739687370679 Array ( [0] => 10444739 [1] => 687464812 ) See Also
|