PHP simple benchmark

<?php
print "Start: ", microtime(true);
// Do some stuff.
print "End: ", microtime(true);
?>

Article Type

General