| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
session_unregister() unregisters
the global variable named name from the
current session.
This function returns TRUE when the variable is successfully unregistered from the session.
Poznámka: If
$_SESSION(or$HTTP_SESSION_VARSfor PHP 4.0.6 or less) is used, use unset() to unregister a session variable. Do not unset()$_SESSIONitself as this will disable the special function of the$_SESSIONsuperglobal.
| Výstraha |
This function does not unset the corresponding global variable for
|
| Výstraha |
If you are using
|
| Předcházející | Domů | Další |
| session_start | Nahoru | session_unset |