Skip to content

Instantly share code, notes, and snippets.

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