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
How can we determine whether a variable is set?
What are default session time and path?
How can we determine whether a php variable is an instantiated object of a certain class?
How long does a session last in php?
How to make horizonatl menu and vertical menu responsive
What is the use of ajax in php?
What is polymorphism?
Which is better php or wordpress?
Explain how can php and javascript interact?
How to find datatype of variable in php?
Which php framework is best for beginners?
Is php difficult to learn?
Is learning php easy?
When to use get and post request?
Why do we use query?