常规参数
文章标题:
权重:
文章摘要:
?php class Cookie { /** * 解密已经加密了的cookie * * @param string $encryptedText * @return string */ private static function _decrypt($encryptedText) { $key = Config::get('secret_key'); $cryptText = base64_decode($encryptedText); $ivSize = mcrypt_
关键字:
加密 args name domain isset function return string
管理密码: