Question: Which php control structure is used inside a loop to skip the rest of the current loops code and go back to the start of the loop for the next iteration

  1. `else`
  2. `break`
  3. `return`
  4. `continue`

Answer: The correct answer of the above question is Option D:`continue`