Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$str = "I could not have a more welcome visitor 64 group of zain bani"; function ..
Decoded Output download
<? $str = "I could not have a more welcome visitor 64 group of zain bani";
function Compress2Base64($str, $gztype=ZLIB_ENCODING_RAW ) {
return base64_encode( zlib_encode($str, $gztype, 9) );
} ?>
Did this file decode correctly?
Original Code
$str = "I could not have a more welcome visitor 64 group of zain bani";
function Compress2Base64($str, $gztype=ZLIB_ENCODING_RAW ) {
return base64_encode( zlib_encode($str, $gztype, 9) );
}
Function Calls
None |
Stats
MD5 | bbacb52ddf0a17868ca0c05687111d21 |
Eval Count | 0 |
Decode Time | 66 ms |