Advertisement
Guest User

Untitled

a guest
May 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $stoper_start = microtime(true);
  3.  
  4. //scripts
  5.  
  6. $stoper_stop = microtime(true);
  7. echo bcsub($stoper_stop, $stoper_start, 1)." sec.\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement