Skip to content

Instantly share code, notes, and snippets.

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