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 output handler * * @phpstub * * @param string $data * @param in..

Decoded Output download

<?php

/**
 * Inflate output handler
 *
 * @phpstub
 *
 * @param string $data
 * @param int $mode
 *
 * @return string
 */
function ob_inflatehandler($data, $mode)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Inflate output handler
 *
 * @phpstub
 *
 * @param string $data
 * @param int $mode
 *
 * @return string
 */
function ob_inflatehandler($data, $mode)
{
}

Function Calls

None

Variables

None

Stats

MD5 8e86d483c4903e44e2b7505df05e38f8
Eval Count 0
Decode Time 97 ms