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