公告板
版本库
filestore
活动
搜索
登录
main
/
camepay
民航医疗支付
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix:初始化
wanglizhong
2025-05-05
9b8a7157bb9c401de973a4107f74ff3e723ec156
[camepay.git]
/
pay
/
alipay
/
lotusphp_runtime
/
Session
/
SessionStore
1
2
3
4
5
6
7
8
9
10
<?php
Interface LtSessionStore
{
public function open($save_path, $name);
public function close();
public function read($id);
public function write($id, $data);
public function destroy($id);
public function gc($maxlifetime=0);
}