PHP quoted_printable_encode Function
What is quoted_printable_encode Function?
Explanation
This function is used to convert an 8 bit string to a quoted-printable string.
Syntax:
string quoted_printable_encode(string)
In the above syntax, the function specifies the string to be converted to a quoted-printable.