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 are php libraries?
Which escape sequences can be used in single quoted strings in php?
What is crypt () in php?
Name some of the functions in php.
What is the difference between md5(), crc32() and sha1() crypto on php?
What are access specifiers?
Is php an api?
What is the difference between a session and cookies?
What is preg_match?
How can we determine whether a variable is set?
What are the different tables(engine) present in mysql, which one is default?
What php framework does wordpress use?
Does empty check for null?
What is the delimiter syntax is PHP's default delimiter syntax
Does php have a future?