MCPcopy 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//数据解密
204function arr_decrypt($string)
205{
206 return arr_parse(authcode(base64_decode($string), 'decrypt'), 'decode');
207}
208
209//根据时间戳返回星期几
210function week($time)

Callers

nothing calls this directly

Calls 2

arr_parseFunction · 0.85
authcodeFunction · 0.85

Tested by

no test coverage detected