Q. Which of these is used to end the execution of a PHP script?
β
Correct Answer: (A)
exit
Explanation: exit() terminates the current script immediately.