next/session
最新稳定版本:0.1.1
Composer 安装命令:
composer require next/session
包简介
README 文档
README
composer require next/session
$sessionHandler = new \Next\Session\Handler\FileHandler(); $session = new \Next\Session\Session($sessionHandler); $session->start(null); // 如果为null则创建id $session->set('foo', 'bar'); $session->get('foo'); $session->save(); $session->close(); $sessionId = $session->getId();
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-10-31