Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ arr_decrypt
Function
arr_decrypt
bootstrap/function.php:204–207 ·
view source on GitHub ↗
数据解密
($string)
Source
from the content-addressed store, hash-verified
202
203
//数据解密
204
function arr_decrypt($string)
205
{
206
return arr_parse(authcode(base64_decode($string),
'decrypt'
),
'decode'
);
207
}
208
209
//根据时间戳返回星期几
210
function week($time)
Callers
nothing calls this directly
Calls
2
arr_parse
Function · 0.85
authcode
Function · 0.85
Tested by
no test coverage detected