首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
SessionHandler::open
SessionHandler::open
初始化會話
名稱:
SessionHandler::open
分類:
會話Session
所屬語言:
php
一句話介紹:
初始化會話
相關內容
SessionHandler::open 配合數據庫會話存儲的實現方式
8
PHP 中SessionHandler::open 返回值的意義及處理
5
同類函數
SessionIdInterface::create_sid
SessionIdInterface::create_sid
創建會話ID
SessionHandler::write
SessionHandler::write
寫會話數據
session_decode
session_decode
從會話編碼的字符串中解碼會話數據
SessionUpdateTimestampHandlerInterface
SessionUpdateTimestampHandlerInterface
sessionupdateTimestA
SessionHandlerInterface::read
SessionHandlerInterface::read
讀取會話數據
SessionHandler::open
SessionHandler::open
初始化會話
session_register
session_register
使用當前會話註冊一個或多個全局變量
session_regenerate_id
session_regenerate_id
使用新生成的會話ID更新當前會話ID
熱門文章
PHP 中SessionHandler::open 返回值的意義及處理
SessionHandler::open 配合數據庫會話存儲的實現方式