Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

header('Content-Type: application/octet-stream'); header("Content-Transfer-Encoding: Bi..

Decoded Output download

<?  header('Content-Type: application/octet-stream'); 
		header("Content-Transfer-Encoding: Binary"); 
		header("Content-disposition: attachment; filename=\"".$backup_name."\""); ?>

Did this file decode correctly?

Original Code

header('Content-Type: application/octet-stream');
		header("Content-Transfer-Encoding: Binary");
		header("Content-disposition: attachment; filename=\"".$backup_name."\"");

Function Calls

header 1

Variables

None

Stats

MD5 54d6274365445831f4a972c8a5d54b91
Eval Count 0
Decode Time 75 ms