Page MenuHomePhorge
Diviner libphutil Tech Docs phutil_microseconds_since

function phutil_microseconds_since($timestamp)
libphutil Technical Documentation (Core Utilities)

Compute the number of microseconds that have elapsed since an earlier timestamp (from microtime(true)).

Parameters
double$timestampMicrosecond-precision timestamp, from `microtime(true)`.
Return
intElapsed microseconds.