Q. What does the die() function do? (A) Terminates the script (B) Restarts the server (C) Sends an error log (D) Executes a function later ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Terminates the script Explanation: die() prints a message and terminates the current script.