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 Apache's configuration file typically called?
What is the meaning of a final class and a final method?
Which is better php or wordpress?
What is cookie?
What is php limit?
Why would we use === instead of ==?
How to read the entire file into a single string?
How to retrieve the original query string?
What is alias in php?
What is list in PHP?
What is super () python?
what is difference between PHP4 , PHP5
What is stdclass in php?
What is the functionality of md5 function in php?
What is difference between echo and print in php?