Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what is the difference between session_unregister() and session_unset()?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

The session_unregister() function unregister a global variable from the current session and the session_unset() function free all session variables.

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is faster in PHP?Explain how is it possible to cast types in PHP?