What is the difference between the functions UNLINK
and UNSET?
Answer Posted / adarsh katiyar
If you want delete some session data, you can use the
unset() or the session_destroy() function.
The unset() function is used to free the specified session
variable.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is chrome logger?
What is prepare in php?
How to get the value of current session id?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is csrf token in php?
Php program to generate fibonacci series?
What is cookies php?
How to write a program to make chess?
How send email in php?
What is the difference between explode () and split () functions in php?
What is php in simple words?
Is empty check in php?
Is php used for frontend or backend?
How does php isset work?
Does jwt protect against csrf?