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
Explain how you can update memcached when you make changes to php?
What does a special set of tags do in php?
Where php language is used?
What is a persistence cookie?
What are the advantages of oops in php?
How can you make a connection with mysql server using php?
What is exception handling in php?
What is session_start () in php?
Is php difficult to learn?
What are the encryption techniques in php?
Is ruby on rails php?
How can I learn php fast?
What is the difference between == and === operator in PHP?
Is laravel frontend or backend?
Explain how to submit form without a submit button.