Skip to content

Instantly share code, notes, and snippets.

@kooler62
Created May 9, 2015 18:57
Show Gist options
  • Select an option

  • Save kooler62/16451c384dd329586a56 to your computer and use it in GitHub Desktop.

Select an option

Save kooler62/16451c384dd329586a56 to your computer and use it in GitHub Desktop.
секундомер
$start = microtime(true);
# ...
$time = microtime(true) - $start;
printf('Скрипт выполнялся %.4F сек.', $time);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment