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 Resume extends Handler { use NoOperands; public function getAction() { ..

Decoded Output download

<?php

class Resume extends Handler {

	use NoOperands;

	public function getAction() {
		return null;
	}
}

?>

Did this file decode correctly?

Original Code

<?php

class Resume extends Handler {

	use NoOperands;

	public function getAction() {
		return null;
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 6beff7b1833778f10f2ee45c69e60ee5
Eval Count 0
Decode Time 100 ms