PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $start = microtime(TRUE); sleep(3); $diff = microtime(TRUE) - $start; printf('Execution time: %s s', $diff);
Show:  
Copy Clear