PHP Manuál | ||
---|---|---|
Předcházející | Další |
session_unregister() unregisters (forgets) the global variable named name from the current session.
This function returns TRUE when the variable is successfully unregistered from the session.
Poznámka: This function was added in PHP 4.0.
Předcházející | Domů | Další |
session_register | Nahoru | session_unset |