Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active March 29, 2018 15:50
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/757cb83356284e6812a47367702b8147 to your computer and use it in GitHub Desktop.
Save parzibyte/757cb83356284e6812a47367702b8147 to your computer and use it in GitHub Desktop.
<?php
for($x = 0; $x < 20; $x++){
echo microtime(true) * 1000 . "<br>";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment