Sr. PHP Programmer Question:
Download Questions PDF

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.

Download Senior PHP Programmer Interview Questions And Answers PDF

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