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(3); $diff = microtime(TRUE) - $start; printf('Execution time: %s ', $diff);
Show:  
Copy Clear