首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
session_status
session_status
返回當前會話狀態
名稱:
session_status
分類:
會話Session
所屬語言:
php
一句話介紹:
返回當前會話狀態
相關內容
session_status 函數與session_id 的配合使用
10
使用session_status 判斷會話是否已經開啟並避免重複啟動
5
同類函數
SessionIdInterface::create_sid
SessionIdInterface::create_sid
創建會話ID
session_reset
session_reset
使用原始值重新初始化會話數組
SessionHandler::read
SessionHandler::read
讀取會話數據
SessionHandler::create_sid
SessionHandler::create_sid
返回新的會話ID
SessionHandler::destroy
SessionHandler::destroy
銷毀會議
session_gc
session_gc
執行會話數據垃圾回收
SessionHandlerInterface::gc
SessionHandlerInterface::gc
清理舊會議
SessionHandlerInterface::open
SessionHandlerInterface::open
初始化會話
熱門文章
session_status 函數與session_id 的配合使用
使用session_status 判斷會話是否已經開啟並避免重複啟動