首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
SessionHandlerInterface::open
SessionHandlerInterface::open
初始化會話
名稱:
SessionHandlerInterface::open
分類:
會話Session
所屬語言:
php
一句話介紹:
初始化會話
相關內容
PHP如何獲取中文字符的首字母?
3
ftp_rawlist 實現按時間排序文件列表的方法
3
如何在自定義的會話處理類中正確實現SessionHandler::destroy?
8
如何避免strcmp 函數出現的亂碼問題
6
同類函數
SessionHandler::create_sid
SessionHandler::create_sid
返回新的會話ID
session_commit
session_commit
session_write_close的
SessionUpdateTimestampHandlerInterface::validateId
SessionUpdateTimestampHandlerInterface::validateId
驗證ID
SessionHandler::close
SessionHandler::close
關閉會話
session_regenerate_id
session_regenerate_id
使用新生成的會話ID更新當前會話ID
SessionHandlerInterface::gc
SessionHandlerInterface::gc
清理舊會議
session_set_cookie_params
session_set_cookie_params
設置會話cookie參數
session_gc
session_gc
執行會話數據垃圾回收
熱門文章