Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 29, 2018 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b000986f5dcdae793afae56577741c88 to your computer and use it in GitHub Desktop.
Save parzibyte/b000986f5dcdae793afae56577741c88 to your computer and use it in GitHub Desktop.
<?php
for($x = 0; $x < 20; $x++){
echo round(microtime(true) * 1000) . "<br>";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment