首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
session_decode
session_decode
從會話編碼的字符串中解碼會話數據
名稱:
session_decode
分類:
會話Session
所屬語言:
php
一句話介紹:
從會話編碼的字符串中解碼會話數據
相關內容
PHP中session_decode函數導致會話數據丟失的排查方法
9
PHP中如何正確使用session_decode函數解析會話數據
1
同類函數
SessionHandlerInterface::write
SessionHandlerInterface::write
寫會話數據
SessionHandler::create_sid
SessionHandler::create_sid
返回新的會話ID
session_reset
session_reset
使用原始值重新初始化會話數組
session_save_path
session_save_path
獲取和/或設置當前會話保存路徑
SessionHandlerInterface::read
SessionHandlerInterface::read
讀取會話數據
SessionHandler::gc
SessionHandler::gc
清理舊會議
SessionUpdateTimestampHandlerInterface::updateTimestamp
SessionUpdateTimestampHandlerInterface::updateTimestamp
更新時間戳
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
銷毀會議
熱門文章
PHP中如何正確使用session_decode函數解析會話數據
PHP中session_decode函數導致會話數據丟失的排查方法