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 $str
 *
 * @return string Returns the 8-bit binary string.
 */
function quoted_printable_decode($str)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Convert a quoted-printable string to an 8 bit string
 *
 * @phpstub
 *
 * @param string $str
 *
 * @return string Returns the 8-bit binary string.
 */
function quoted_printable_decode($str)
{
}

Function Calls

None

Variables

None

Stats

MD5 e384ec2a6bbce231bfeee2b821e9c0c1
Eval Count 0
Decode Time 104 ms