首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
SessionHandler::open
SessionHandler::open
初始化會話
名稱:
SessionHandler::open
分類:
會話Session
所屬語言:
php
一句話介紹:
初始化會話
相關內容
SessionHandler::open 配合數據庫會話存儲的實現方式
8
PHP 中SessionHandler::open 返回值的意義及處理
5
同類函數
SessionHandlerInterface::open
SessionHandlerInterface::open
初始化會話
SessionIdInterface::create_sid
SessionIdInterface::create_sid
創建會話ID
session_unregister
session_unregister
從當前會話中取消註冊全局變量
session_cache_limiter
session_cache_limiter
獲取和/或設置當前緩存限制器
SessionHandlerInterface::close
SessionHandlerInterface::close
關閉會話
session_register_shutdown
session_register_shutdown
會話關閉功能
SessionIdInterface
SessionIdInterface
SessionIdinterface接口
SessionUpdateTimestampHandlerInterface::updateTimestamp
SessionUpdateTimestampHandlerInterface::updateTimestamp
更新時間戳
熱門文章
SessionHandler::open 配合數據庫會話存儲的實現方式
PHP 中SessionHandler::open 返回值的意義及處理