Q. Which of the following is used to stop script execution in PHP?
β
Correct Answer: (A)
exit()
Explanation: exit() terminates the current script.