Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell us what is the difference between session_unregister() and session_unset()?
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 Question | Next Question |
What is faster in PHP? | Explain how is it possible to cast types in PHP? |