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

Signing you up...

Thank you for signing up!

PHP Decode

$exploded = explode(':', base64_decode(substr($authorizationHeader, 6)), 2);..

Decoded Output download

<?  $exploded = explode(':', base64_decode(substr($authorizationHeader, 6)), 2); ?>

Did this file decode correctly?

Original Code

$exploded = explode(':', base64_decode(substr($authorizationHeader, 6)), 2);

Function Calls

substr 1

Variables

None

Stats

MD5 3b1853d85bba81d1f352bd1e568bf59d
Eval Count 0
Decode Time 85 ms