Sr. PHP Programmer Question:

What is the purpose of continue statement?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

continue causes the loop to skip the remainder of its body and immediately retest its condition prior to reiterating.


Previous QuestionNext Question
Explain What is PHP?What is the purpose of _CLASS_ constant?