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 /** * Convert an 8bit string to a quoted-printable string * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Convert an 8bit string to a quoted-printable string
*
* @phpstub
*
* @param string $string
*
* @return string Returns a quoted-printable string.
*/
function imap_8bit($string)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert an 8bit string to a quoted-printable string
*
* @phpstub
*
* @param string $string
*
* @return string Returns a quoted-printable string.
*/
function imap_8bit($string)
{
}
Function Calls
None |
Stats
MD5 | b160ff3a04cecd141e6b3e355a9e69e9 |
Eval Count | 0 |
Decode Time | 74 ms |