Skip to content

Instantly share code, notes, and snippets.

@adnan360
Last active January 5, 2017 01:31
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 adnan360/c763046424f9fde0609bbe54e8ef565f to your computer and use it in GitHub Desktop.
Save adnan360/c763046424f9fde0609bbe54e8ef565f to your computer and use it in GitHub Desktop.
PHP mktime() test
<?php
echo mktime().'<br/>';
sleep(1);
echo mktime().'<br/>';
sleep(1);
echo mktime().'<br/>';
sleep(1);
echo mktime().'<br/>';
sleep(1);
echo mktime().'<br/>';
sleep(1);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment