暂停执行。
语法: void usleep(int micro_seconds);
返回值: 无
函数种类: PHP 系统功能
本函数可暂时使程序停止执行。参数 micro_seconds 为要暂停的毫秒数。
sleep()