Q. What is the purpose of the break statement in PHP (A) Exits the current loop (B) Starts the loop (C) Continues the loop (D) Ends the function ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Exits the current loop Explanation: break is used to exit a loop prematurely