... public function encode($str); {; return base64_encode(openssl_encrypt($str,"AES-128-ECB",$this->key,OPENSSL_RAW_DATA));; }; }.
確定! 回上一頁