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 /** * Decode string in MIME header field * * @phpstub * * @param string $str ..

Decoded Output download

<?php

/**
 * Decode string in MIME header field
 *
 * @phpstub
 *
 * @param string $str
 *
 * @return string The decoded ``string`` in internal character encoding.
 */
function mb_decode_mimeheader($str)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decode string in MIME header field
 *
 * @phpstub
 *
 * @param string $str
 *
 * @return string The decoded ``string`` in internal character encoding.
 */
function mb_decode_mimeheader($str)
{
}

Function Calls

None

Variables

None

Stats

MD5 abae1136ba950029028a3797ae0f6052
Eval Count 0
Decode Time 69 ms