|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| encodeString (string $string, ?string $charset='utf-8', int $firstLineOffset=0, int $maxLineLength=0) | |
Definition at line 19 of file Rfc2231Encoder.php.
| Symfony\Component\Mime\Encoder\Rfc2231Encoder::encodeString | ( | string | $string, |
| ?string | $charset = 'utf-8', |
||
| int | $firstLineOffset = 0, |
||
| int | $maxLineLength = 0 |
||
| ) |
Takes an unencoded string and produces a string encoded according to RFC 2231 from it.
Implements Symfony\Component\Mime\Encoder\EncoderInterface.
Definition at line 24 of file Rfc2231Encoder.php.