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

Signing you up...

Thank you for signing up!

PHP Decode

<?php class Sample { public static function showMe() { echo "The Money!\n"; } publi..

Decoded Output download

<?php

class Sample {
	public static function showMe() {
		echo "The Money!
";
	}

	public  function doIt() {
		echo "Just do it!
";
	}
}

class SampleStd extends stdClass {

} ?>

Did this file decode correctly?

Original Code

<?php

class Sample {
	public static function showMe() {
		echo "The Money!\n";
	}

	public  function doIt() {
		echo "Just do it!\n";
	}
}

class SampleStd extends stdClass {

}

Function Calls

None

Variables

None

Stats

MD5 1b70e69d502f3f956bcdba7c320ce831
Eval Count 0
Decode Time 6269 ms