Changes

Jump to: navigation, search

PHP Flow Control and Looping

12 bytes removed, 22:21, 1 February 2016
m
Text replacement - "<google>BUY_PHP_BOTTOM</google>" to "<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.
<googlehtmlet>BUY_PHP_BOTTOMphp</googlehtmlet>

Navigation menu