简单教程
提交运行
代码编辑器:
<?php if (time_nanosleep(3,500000000) === true) { echo "Slept for three and a half a second"; }
运行结果: