PHP 函数:sleep()

暂停执行。

语法: void sleep(int seconds);

返回值: 无

函数种类: PHP 系统功能

内容说明
本函数可暂时使程序停止执行。参数 seconds 为要暂停的秒数。