<!DOCTYPE html>
<html>
<body>
<?php
if (time_nanosleep(2, 500000000) === true)
{
echo "休眠了 2.5 秒";
}
?>
</body>
</html>