首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
session_unset
session_unset
釋放所有會話變量
名稱:
session_unset
分類:
會話Session
所屬語言:
php
一句話介紹:
釋放所有會話變量
相關內容
避免誤用session_unset 造成會話丟失的技巧
3
同類函數
session_gc
session_gc
執行會話數據垃圾回收
session_name
session_name
獲取和/或設置當前會話名稱
SessionUpdateTimestampHandlerInterface::updateTimestamp
SessionUpdateTimestampHandlerInterface::updateTimestamp
更新時間戳
SessionHandler::read
SessionHandler::read
讀取會話數據
SessionHandler::destroy
SessionHandler::destroy
銷毀會議
session_set_save_handler
session_set_save_handler
設置用戶級會話存儲功能
session_module_name
session_module_name
獲取和/或設置當前會話模塊
session_set_cookie_params
session_set_cookie_params
設置會話cookie參數
熱門文章
避免誤用session_unset 造成會話丟失的技巧