首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
SessionHandlerInterface::read
SessionHandlerInterface::read
Read session data
名称:
SessionHandlerInterface::read
分类:
会话Session
所属语言:
php
一句话介绍:
Read session data
相关内容
如何在 init 函数中集成日志记录系统
4
如何在 PHP 中用 strnatcasecmp 排除数字后缀的影响进行字符串比较?
3
如何避免在 init 函数中出现死循环
10
使用 convert_cyr_string 进行数据库读写编码统一
2
同类函数
SessionUpdateTimestampHandlerInterface::updateTimestamp
SessionUpdateTimestampHandlerInterface::updateTimestamp
Updatetimestamp
SessionUpdateTimestampHandlerInterface::validateId
SessionUpdateTimestampHandlerInterface::validateId
ValidateID
session_gc
session_gc
执行会话数据垃圾回收
session_regenerate_id
session_regenerate_id
使用新生成的会话ID更新当前会话ID
session_unset
session_unset
释放所有会话变量
SessionHandler::gc
SessionHandler::gc
Cleanupoldsessions
session_cache_expire
session_cache_expire
返回当前缓存过期
SessionHandler::read
SessionHandler::read
Readsessiondata
热门文章