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 print_r(base64_decode('VGhpcyBpcyBhIHRlc3Q=')); ..
Decoded Output download
<?php
print_r(base64_decode('VGhpcyBpcyBhIHRlc3Q='));
?>
Did this file decode correctly?
Original Code
<?php
print_r(base64_decode('VGhpcyBpcyBhIHRlc3Q='));
Function Calls
print_r | 1 |
base64_decode | 1 |
Stats
MD5 | 6a52e42020044b8bcda7b17cceb6ea0e |
Eval Count | 0 |
Decode Time | 92 ms |