πŸ“Š PHP
Q. Which function is used to destroy a session?
  • (A) session_destroy()
  • (B) destroy_session()
  • (C) end_session()
  • (D) unset_session()
πŸ’¬ Discuss
βœ… Correct Answer: (A) session_destroy()

Explanation: session_destroy() is used to end the current session.

Explanation by: Rati Dubey
session_destroy() is used to end the current session.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
96%
Success Rate