Voting

: five plus zero?
(Example: nine)

The Note You're Voting On

dibakar dot datta at gmail dot com
19 years ago
Instead of using the unset function for unregistering your session or other array values you can also do this samll feature and get this task done with just 1 line code.

Suppose, if you like to unregister your session store values.
You can use:

$_SESSION = array();

Well this syntax saves lot's of time instead of unsetting each values.

<< Back to user notes page

To Top