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 the difference between htmlentities and htmlspecialchars in php?
What is cms php?
What is regular expression in javascript?
What is the use of final class in php?
Where php language is used?
How to execute an sql query? How to fetch its result?
How to create reusable code in php?
What type of comments are supported by PHP.
Which function can be used to delete a file?
How do you access a get requests url parameter with php?
How are php sessions stored?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What are the functions of string?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is orm in php framework?