It convert a 8 bit string to a quoted-printable string
Example
<?php
echo quoted_printable_encode(“php=0Acode”);
?>
Output
php=3D0Acode
It convert a 8 bit string to a quoted-printable string
Example
<?php
echo quoted_printable_encode(“php=0Acode”);
?>
Output
php=3D0Acode