5 lines
47 B
Text
5 lines
47 B
Text
$t = uptime();
|
|
|
|
sleep(1);
|
|
|
|
echo uptime() - $t;
|
$t = uptime();
|
|
|
|
sleep(1);
|
|
|
|
echo uptime() - $t;
|