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_VARS for PHP 4.0.6 or less) is used, use unset() to unregister session variable. i.e. $_SESSION = array();
Předcházející | Domů | Další |
session_unregister | Nahoru | session_write_close |