RosettaCodeData/Task/Time-a-function/Halon/time-a-function.halon

6 lines
47 B
Plaintext

$t = uptime();
sleep(1);
echo uptime() - $t;