Answer Posted / hemant gore
unset($_SESSION)
session_unset()
seesion_unregister()
session_destroy()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of return in php?
What is the use of htmlspecialchars in php?
Tell me what is the difference between characters 34 and x34?
What is an operator in php?
What is scope of variable in php?
Explain what are the two main string operators?
What is difference between print_r and echo in php?
How to create a text file in PHP?
What is prepare in php?
What are the advantages of php?
Explain the three different kinds of Arrays?
How to return ascii value of character in php?
Give the case where we can use get and we can use post methods?
What backslash character will match whitespace?
Explain the difference between unlink() and unset()?