Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the previous incantation would cast the `microtime()` output to `int` before multiplying, which only allowed for 1-second resolution (the last three digits of `$now` were always zero) casting to `int` after multiplying allows the intended millisecond resolution
- Loading branch information