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 /** * Callback function converts character encoding in output buffer * * @phpstu..

Decoded Output download

<?php

/**
 * Callback function converts character encoding in output buffer
 *
 * @phpstub
 *
 * @param string $contents
 * @param int $status
 *
 * @return string The converted ``string``.
 */
function mb_output_handler($contents, $status)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Callback function converts character encoding in output buffer
 *
 * @phpstub
 *
 * @param string $contents
 * @param int $status
 *
 * @return string The converted ``string``.
 */
function mb_output_handler($contents, $status)
{
}

Function Calls

None

Variables

None

Stats

MD5 461507063cd2445ac124d19e9c09dbdb
Eval Count 0
Decode Time 86 ms