Q. Which function is used to terminate the current script in PHP?
β
Correct Answer: (A)
exit()
Explanation: exit() stops script execution immediately.