Q. Which function ends a script in PHP? (A) exit() (B) end() (C) finish() (D) terminate() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) exit() Explanation: exit() terminates the script execution immediately.