usleep ()函数是php内置的一个函数,用于使当前进程等待指定的时间微秒(1秒=1000毫秒=1000000微秒)。 语法: bool usleep ( int $micro_seconds )
確定! 回上一頁