PHP quoted_printable_decode() May 22, 2012 Pramod T P It decodes a quoted-printable string to an 8-bit ASCII string Example <?php echo quoted_printable_decode(“php=0Acode”); ?> Output php code