Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $t=0;
- for($i=0;$i<9999999;++$i){
- $start = microtime(true);
- md5($i);
- $t+=(microtime(true) - $start);
- }
- echo $t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement