... is used there to exit a switch/case block, and it has the same effect with loops. ... <?php for ($i = 1; $i < 10; $i = $i + 1) { if ($i == 3) continue; ...
確定! 回上一頁