PROGRAMMING COURSES ADMIN VIDEO TUTORIALS COMMUNITY RESOURCES |
The continue statement skips execution of
the current loop iteration and continues execution at the condition
evaluation and then the beginning of the next iteration if an expression
result is true. continue accepts an optional numeric argument which
tells it how many levels of enclosing loops it should skip to the end
of.
Here is an easy to undestand code example for using continue to skip loop iterations: ![]() <?php
6, 7, 8, 9, 10,
That concludes this section, to continue learning PHP head back to the index
|
|||||||||||
|
|
DevelopPHP Requires Flash Player
___________________________________________
|
||||||||