有时,您可能希望让无条件循环的开始,并允许括号内的语句来决定何时退出循环。
有两个特殊的语句可用在循环使用:中断和继续。
break语句终止或For循环的同时,继续执行现行的代码如下循环后(如有)。或者,
你可以把一个数字后,折价关键字,说明如何循环结构的多层次,以摆脱。这样,埋
藏在一份声明中深层嵌套的循环可以打破最外层循环。
echo "
Example of using the Break statement:
";for ($i=0; $i
if ($i==3){break;}
echo "The number is ".$i;
echo "
";
}
echo "
One more example of using the Break statement:
";
$i = 0;
$j = 0;
while ($i
while ($j
if ($j == 5) {break 2;} // breaks out of two while loops教程
$j++;
}
$i++;
}
echo "The first number is ".$i."
";
echo "The second number is ".$j."
";
?>
continue语句终止了在语句块执行一或For循环的同时,继续对下一个迭代循环的执行
:
echo "
Example of using the Continue statement:
";
for ($i=0; $i
if (i==3){continue;}
echo "The number is ".$i;
echo "
";
}
?>

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

适用于 Eclipse 的 SAP NetWeaver 服务器适配器
将Eclipse与SAP NetWeaver应用服务器集成。

Dreamweaver Mac版
视觉化网页开发工具

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

螳螂BT
Mantis是一个易于部署的基于Web的缺陷跟踪工具,用于帮助产品缺陷跟踪。它需要PHP、MySQL和一个Web服务器。请查看我们的演示和托管服务。

WebStorm Mac版
好用的JavaScript开发工具