Q. Which of the following is used to destroy a PHP session?
β
Correct Answer: (B)
session_destroy()
Explanation: session_destroy() removes all data associated with a session.