Skip to content

Instantly share code, notes, and snippets.

@tqyq
Last active November 30, 2015 02:28
Show Gist options
  • Save tqyq/ed3d5a1fe1b891656a3a to your computer and use it in GitHub Desktop.
Save tqyq/ed3d5a1fe1b891656a3a to your computer and use it in GitHub Desktop.
php get time in milli
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