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 are computer variables?
How to read a file in php?
What is pdo in php why use?
Is php the same as html?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
Are sessions stateless?
Does php have block scope?
What is array filter php?
Which php framework is best?
What is action hooks and filter hooks?
What is php routing?
Is php faster than javascript?
How many php functions are there?
Differentiate between require and include?
What is the difference between core php and php?