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

Signing you up...

Thank you for signing up!

PHP Decode

$ui = explode("\100", $this->userEmail); $Xl = $ui[1]..

Decoded Output download

<?  $ui = explode("@", $this->userEmail); 
        $Xl = $ui[1] ?>

Did this file decode correctly?

Original Code

$ui = explode("\100", $this->userEmail);
        $Xl = $ui[1]

Function Calls

None

Variables

None

Stats

MD5 157416fc8b514f7069580e1a23101283
Eval Count 0
Decode Time 36 ms