Q. Which PHP keyword stops a loop completely? (A) continue (B) stop (C) exit (D) break ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) break Explanation: break terminates loop execution.