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
Who created numbers?
What is the use of die in php?
How to remove values saved in the current session?
What is htaccess in php?
Is python better than php?
Does php use html?
What is laravel php?
Can we override static method?
Tell me what are the correct and the most two common way to start and finish a php block of code?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What is the difference between array_merge() and array_merge_recursive() in php?
What are the advantages of indexes?
What is a composer?
How do you define a constant in php?
Please explain is it possible to use com component in php?