首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
session_gc
session_gc
執行會話數據垃圾回收
名稱:
session_gc
分類:
會話Session
所屬語言:
php
一句話介紹:
執行會話數據垃圾回收
相關內容
如何通過session_gc提高PHP應用的性能?
7
使用session_gc函數清理會話垃圾:常見問題與解決方法
10
同類函數
session_reset
session_reset
使用原始值重新初始化會話數組
SessionHandlerInterface
SessionHandlerInterface
SessionHandlerInterf
SessionIdInterface::create_sid
SessionIdInterface::create_sid
創建會話ID
SessionHandlerInterface::write
SessionHandlerInterface::write
寫會話數據
SessionHandler
SessionHandler
SessionHandler類
session_unset
session_unset
釋放所有會話變量
SessionHandler::write
SessionHandler::write
寫會話數據
session_cache_limiter
session_cache_limiter
獲取和/或設置當前緩存限制器
熱門文章
使用session_gc函數清理會話垃圾:常見問題與解決方法
如何通過session_gc提高PHP應用的性能?