Advertisement
Axxxxxx

microtime

Jul 27th, 2017
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?
  2. $start = microtime(true);
  3. ?>
  4.  
  5. <?php
  6.  
  7. $time = microtime(true) - $start;
  8. printf('Скрипт выполнялся %.9F сек.', $time);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement