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 /** * Inflate a deflated string * * @phpstub * * @param string $data * @param..
Decoded Output download
<?php
/**
* Inflate a deflated string
*
* @phpstub
*
* @param string $data
* @param int $length
*
* @return string The original uncompressed data or false on error.
*/
function gzinflate($data, $length = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Inflate a deflated string
*
* @phpstub
*
* @param string $data
* @param int $length
*
* @return string The original uncompressed data or false on error.
*/
function gzinflate($data, $length = false)
{
}
Function Calls
None |
Stats
MD5 | 1bd7997c5c05b554d4ccfc1b2593c2a7 |
Eval Count | 0 |
Decode Time | 116 ms |