Q. Which of the following is used to stop script execution in PHP? (A) exit() (B) stop() (C) break() (D) halt() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) exit() Explanation: exit() terminates the current script.