首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
SessionHandlerInterface::write
SessionHandlerInterface::write
寫會話數據
名稱:
SessionHandlerInterface::write
分類:
會話Session
所屬語言:
php
一句話介紹:
寫會話數據
相關內容
SessionHandlerInterface::write 與session_regenerate_id 的結合使用
9
同類函數
SessionHandler
SessionHandler
SessionHandler類
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
銷毀會議
session_is_registered
session_is_registered
查明是否在會話中註冊了全局變量
session_abort
session_abort
放棄會話數組更改並完成會話
session_encode
session_encode
將當前會話數據編碼為會話編碼字符串
session_write_close
session_write_close
寫入會話數據和結束會話
SessionHandlerInterface::read
SessionHandlerInterface::read
讀取會話數據
SessionIdInterface::create_sid
SessionIdInterface::create_sid
創建會話ID
熱門文章
SessionHandlerInterface::write 與session_regenerate_id 的結合使用