首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
session_module_name
session_module_name
獲取和/或設置當前會話模塊
名稱:
session_module_name
分類:
會話Session
所屬語言:
php
一句話介紹:
獲取和/或設置當前會話模塊
相關內容
docker怎麼修改php.ini
5
如何通過apcu_entry 緩存JSON 數據和對象
7
return關鍵字在php中的作用「含詳解」
2
PHP is_nan 與is_null 的差異與結合使用技巧
5
同類函數
SessionHandler::create_sid
SessionHandler::create_sid
返回新的會話ID
SessionHandler::write
SessionHandler::write
寫會話數據
session_write_close
session_write_close
寫入會話數據和結束會話
session_id
session_id
獲取和/或設置當前會話ID
session_cache_limiter
session_cache_limiter
獲取和/或設置當前緩存限制器
session_set_cookie_params
session_set_cookie_params
設置會話cookie參數
SessionHandlerInterface::close
SessionHandlerInterface::close
關閉會話
SessionUpdateTimestampHandlerInterface
SessionUpdateTimestampHandlerInterface
sessionupdateTimestA
熱門文章