Answer Posted / anoop
The correct answer is 4 ways .
1 UNSET();
2 session_unset()
3 seesion_unregister()
4 session_destroy()
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Tell me how to find the position of the first occurrence of a substring in a string?
Explain what is memcache?
What is difference between static and constant in php?
What is regular expression in javascript?
Explain what are some new features introduced in php7?
What is php mainly used for?
Can we extend final class in php?
How can you get web browser’s details using PHP?
What are global variables in php?
What is whitespace in html?
What is Mcrypt used for?
Explain some of the php array functions?
Is nan in javascript?
How to create a table to store files?
Tell me what is mean by an associative array?