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