It decodes a quoted-printable string to an 8-bit ASCII string
Example
<?php
echo quoted_printable_decode(“php=0Acode”);
?>
Output
php code
It decodes a quoted-printable string to an 8-bit ASCII string
Example
<?php
echo quoted_printable_decode(“php=0Acode”);
?>
Output
php code