Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$decode = @gzinflate(base64_decode(strtr( $content, '-_', '+/')));..
Decoded Output download
<? $decode = @gzinflate(base64_decode(strtr( $content, '-_', '+/'))); ?>
Did this file decode correctly?
Original Code
$decode = @gzinflate(base64_decode(strtr( $content, '-_', '+/')));
Function Calls
strtr | 1 |
Stats
MD5 | 877c9552ccdf64eb11870b1fcb976af3 |
Eval Count | 0 |
Decode Time | 95 ms |