Q. Which of the following is used to terminate script execution in PHP?
β
Correct Answer: (A)
exit()
Explanation: exit() or die() can be used to terminate the execution of a PHP script.