str_decode — 字符解码(对称加密)
string str_decode (string $data, string $key)
str_decode() 对 data 进行解密编码,以 key 为密钥,返回解密后的字符串。