sleep

(PHP 3, PHP 4 >= 4.0.0)

sleep -- 実行を遅延させる

説明

void sleep (int seconds)

関数sleep()は、seconds で与えられた秒数分プログラムの実行を遅延させます。

usleep() も参照のこと。