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