Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. melkij@melkij:~$ php -f test.php
  2. 18:02:27
  3. 18:02:37
  4. melkij@melkij:~$ cat test.php
  5. <?php
  6. echo date('H:i:s'),PHP_EOL;
  7. set_time_limit(5);
  8. sleep(10);
  9. echo date('H:i:s'),PHP_EOL;
Add Comment
Please, Sign In to add comment