34,333
edits
Changes
m
Text replacement - "<htmlet>php<htmlet>" to "<htmlet>php</htmlet>"
<htmlet>php</htmlet>
The ''break'' statement, when encountered in a loop breaks skips all remaining statements in the loop body and breaks the loop. The ''continue'' statement also skips all remaining statements in the loop for the current iteration, but returns to the top of the loop and allows it to continue running.
<htmlet>php</htmlet>