またループ関数内でsleep関数を使用すると、以下に示すように指定した秒数おきに実行を一時停止できます。 <?php for($s=1;$s<11;$s++){ sleep(1); echo nl2br(" 実行 ...
確定! 回上一頁