SyntaxFix
Write A Post
Hire A Developer
Questions
$start = microtime(true); for ($i = 0; $i < 10000; ++$i) { // do something } $total = microtime(true) - $start; echo $total;