Q. What does the die() function do in PHP?
β
Correct Answer: (B)
Stops the script and prints a message
Explanation: die() is equivalent to exit() and optionally prints a message.