Q. Which PHP function is used to stop script execution?
β
Correct Answer: (B)
exit()
Explanation: exit() stops the execution of a script.