You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
8
extend/app_alipay/lotusphp_runtime/Store.php
Executable file
8
extend/app_alipay/lotusphp_runtime/Store.php
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
Interface LtStore
|
||||
{
|
||||
public function add($key, $value);
|
||||
public function del($key);
|
||||
public function get($key);
|
||||
public function update($key, $value);
|
||||
}
|
Reference in New Issue
Block a user