quoted_printable_encode – PHP String Functions
Syntax :
Description :
The quoted_printable_encode() function convert a 8 bit string to a quoted-printable string.
Quoted printable string is created according to » RFC2045, section 6.7.
It is same as imap_8bit(), except this one does not require the IMAP module to work.
Parameter :
[table caption=”” width=”100%” colwidth=”15%|15%|15%|55%” colalign=”left|lef|lef|left”]
Name, Required /Optional, Value Type, Description
string , Required, String , It is the input string.
[/table]
Output :
It will return the encoded string.