| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
The session_unset() function frees all session variables currently registered.
Poznámka: If
$_SESSION(or$HTTP_SESSION_VARSfor PHP 4.0.6 or less) is used, use unset() to unregister a session variable, i.e. unset ($_SESSION['varname']);.
| Výstraha |
Do NOT unset the whole |
| Předcházející | Domů | Další |
| session_unregister | Nahoru | session_write_close |