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