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