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

Signing you up...

Thank you for signing up!

PHP Decode

function base64url_encode($data) { return rtrim(strtr(base64_encode($data), '+/', '-_'..

Decoded Output download

<?  function base64url_encode($data) {  
  return rtrim(strtr(base64_encode($data), '+/', '-_'), '=');  
}  ?>

Did this file decode correctly?

Original Code

function base64url_encode($data) { 
  return rtrim(strtr(base64_encode($data), '+/', '-_'), '='); 
} 

Function Calls

None

Variables

None

Stats

MD5 76e14f7394152242c1372146a3ca6d2e
Eval Count 0
Decode Time 41 ms