首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
SessionHandler::open
SessionHandler::open
初始化會話
名稱:
SessionHandler::open
分類:
會話Session
所屬語言:
php
一句話介紹:
初始化會話
相關內容
SessionHandler::open 配合數據庫會話存儲的實現方式
8
同類函數
SessionHandler::open
SessionHandler::open
初始化會話
session_save_path
session_save_path
獲取和/或設置當前會話保存路徑
SessionHandlerInterface::open
SessionHandlerInterface::open
初始化會話
SessionHandlerInterface::gc
SessionHandlerInterface::gc
清理舊會議
SessionHandler::create_sid
SessionHandler::create_sid
返回新的會話ID
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
銷毀會議
session_module_name
session_module_name
獲取和/或設置當前會話模塊
SessionHandler::write
SessionHandler::write
寫會話數據
熱門文章
SessionHandler::open 配合數據庫會話存儲的實現方式