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

Signing you up...

Thank you for signing up!

PHP Decode

return ($h & 0x1F) << 6 | (ord($c[1]) & 0x3F);..

Decoded Output download

<?  return ($h & 0x1F) << 6 | (ord($c[1]) & 0x3F); ?>

Did this file decode correctly?

Original Code

return ($h & 0x1F) << 6 | (ord($c[1]) & 0x3F);

Function Calls

ord 1

Variables

None

Stats

MD5 8b514588638980a3873c9a901216b9ab
Eval Count 0
Decode Time 50 ms