PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php printf("Current PHP version: %s \n", phpversion()); $start = microtime(true); sleep(5); $diff = microtime(true) - $start; printf('Execution time: %d ', $diff);
Show:  
Copy Clear