Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ arr_encrypt
Function
arr_encrypt
bootstrap/function.php:198–201 ·
view source on GitHub ↗
数据加密
(Array $arr)
Source
from the content-addressed store, hash-verified
196
197
//数据加密
198
function arr_encrypt(Array $arr)
199
{
200
return base64_encode(authcode(arr_parse($arr)));
201
}
202
203
//数据解密
204
function arr_decrypt($string)
Callers
nothing calls this directly
Calls
2
authcode
Function · 0.85
arr_parse
Function · 0.85
Tested by
no test coverage detected