function decysek($data, $app_key) { $output = openssl_decrypt(base64_decode($data), 'AES-256-ECB', $app_key, OPENSSL_RAW_DATA); return $output; } ...
確定! 回上一頁