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 /** * Deflate output handler * * @phpstub * * @param string $data * @param in..
Decoded Output download
<?php
/**
* Deflate output handler
*
* @phpstub
*
* @param string $data
* @param int $mode
*
* @return string
*/
function ob_deflatehandler($data, $mode)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Deflate output handler
*
* @phpstub
*
* @param string $data
* @param int $mode
*
* @return string
*/
function ob_deflatehandler($data, $mode)
{
}
Function Calls
None |
Stats
MD5 | 776a28dfb41801b75b54c6d5b83d1248 |
Eval Count | 0 |
Decode Time | 93 ms |