... public function encrypt($str){ $decode = base64_encode(openssl_encrypt($str,$this->method,$this->key,OPENSSL_RAW_DATA,$this->vi)); ...
確定! 回上一頁