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