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 /** * Set/Get HTTP output character encoding * * @phpstub * * @param string $e..

Decoded Output download

<?php

/**
 * Set/Get HTTP output character encoding
 *
 * @phpstub
 *
 * @param string $encoding
 *
 * @return mixed If  is omitted,
 *               returns the current HTTP output
 *               character encoding. Otherwise,
 */
function mb_http_output($encoding = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set/Get HTTP output character encoding
 *
 * @phpstub
 *
 * @param string $encoding
 *
 * @return mixed If  is omitted,
 *               returns the current HTTP output
 *               character encoding. Otherwise,
 */
function mb_http_output($encoding = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 464df691b98146ee572563eb974821f3
Eval Count 0
Decode Time 103 ms