Rfc2231Encoder
class Rfc2231Encoder implementsEncoderInterface
Methods
string
encodeString(string$string,string|null$charset ='utf-8',int$firstLineOffset =0,int$maxLineLength =0)
Takes an unencoded string and produces a string encoded according to RFC 2231 from it.