(PHP 3, PHP 4 >= 4.0.0)
void usleep (int micro_seconds)
usleep() 函数暂停程序执行由 micro_seconds指定的毫秒数
参见 sleep().
注意:这个函数不能工作在 Windows 操作系统中。