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

Signing you up...

Thank you for signing up!

PHP Decode

print_r("##########################"); $url = 'https://secure.linkpt.net:1129/'; pri..

Decoded Output download

<?  		print_r("##########################"); 
		$url = 'https://secure.linkpt.net:1129/'; 
print_r(get_headers($url)); 
 
print_r(get_headers($url, 1)); ?>

Did this file decode correctly?

Original Code

		print_r("##########################");
		$url = 'https://secure.linkpt.net:1129/';
print_r(get_headers($url));

print_r(get_headers($url, 1));

Function Calls

print_r 1
get_headers 1

Variables

$url https://secure.linkpt.net:1129/

Stats

MD5 e35c976c028196bcb273f51c70acc4a2
Eval Count 0
Decode Time 110 ms