<!DOCTYPE html>
<html>
<body>
<?php
if (time_nanosleep(3,500000000) === true)
{
echo "Slept for three and a half a second";
}
?>
</body>
</html>