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
What is use of preg_replace in php?
What is whitespace in html?
How to retrieve the original query string?
Which function you can use in php to open a file for reading or writing or for both?
What is php stack?
How to read the entire file into a single string?
What is the difference between explode() and split() functions?
What is meant by session in php?
What is the use of mysql_real_escape_string in php?
Explain the purpose of output buffering in php.
What is the difference between the include() and require() functions?
What is new keyword in php?
Does facebook use php framework?
What are the different types of statements that are present in php?
What should we do to be able to export data into an excel file?