nazonohito51 / array-session-handler
此包的最新版本(0.0.2)没有可用的许可证信息。
用于测试的session处理器。
0.0.2
2019-07-30 00:53 UTC
Requires
- php: ^5.4|^7.0
This package is auto-updated.
Last update: 2024-08-29 05:22:57 UTC
README
用于测试的CustomSessionHandler。此处理器通过数组存储。
https://php.ac.cn/manual/en/session.customhandler.php
用法
session_set_save_handler(new SessionHandlers\ArrayHandler(), true);