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 /** * Extracts a message section including headers without decoding the transfer e..
Decoded Output download
<?php
/**
* Extracts a message section including headers without decoding the transfer encoding
*
* @phpstub
*
* @param resource $mimemail
* @param string $filename
* @param callable $callbackfunc
*
* @return string
*/
function mailparse_msg_extract_whole_part_file($mimemail, $filename, $callbackfunc = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Extracts a message section including headers without decoding the transfer encoding
*
* @phpstub
*
* @param resource $mimemail
* @param string $filename
* @param callable $callbackfunc
*
* @return string
*/
function mailparse_msg_extract_whole_part_file($mimemail, $filename, $callbackfunc = NULL)
{
}
Function Calls
None |
Stats
MD5 | 29a7ddaa1a829ae67fc0eb98c90f4f2f |
Eval Count | 0 |
Decode Time | 78 ms |