Last active
November 30, 2015 02:28
-
-
Save tqyq/ed3d5a1fe1b891656a3a to your computer and use it in GitHub Desktop.
php get time in milli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function millitime() { | |
return round(microtime(true) * 1000); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment