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 /** * Encode string for MIME header * * @phpstub * * @param string $str * @pa..
Decoded Output download
<?php
/**
* Encode string for MIME header
*
* @phpstub
*
* @param string $str
* @param string $charset
* @param string $transfer_encoding
* @param string $linefeed
* @param int $indent
*
* @return string A converted version of the ``string`` represented in ASCII.
*/
function mb_encode_mimeheader($str, $charset = NULL, $transfer_encoding = NULL, $linefeed = 'quot\r\nquot', $indent = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Encode string for MIME header
*
* @phpstub
*
* @param string $str
* @param string $charset
* @param string $transfer_encoding
* @param string $linefeed
* @param int $indent
*
* @return string A converted version of the ``string`` represented in ASCII.
*/
function mb_encode_mimeheader($str, $charset = NULL, $transfer_encoding = NULL, $linefeed = 'quot\\r\\nquot', $indent = false)
{
}
Function Calls
None |
Stats
MD5 | c602f174856cf931815a9e4abaee6f48 |
Eval Count | 0 |
Decode Time | 83 ms |