Open Journal Systems
3.3.0
|
Public Member Functions | |
encodeByteStream ($stream, int $maxLineLength=0) | |
encodeString (string $string, ?string $charset='utf-8', int $firstLineOffset=0, int $maxLineLength=0) | |
getName () | |
Definition at line 17 of file EightBitContentEncoder.php.
Symfony\Component\Mime\Encoder\EightBitContentEncoder::encodeByteStream | ( | $stream, | |
int | $maxLineLength = 0 |
||
) |
Encodes the stream to a Generator.
resource | $stream |
Implements Symfony\Component\Mime\Encoder\ContentEncoderInterface.
Definition at line 19 of file EightBitContentEncoder.php.
Symfony\Component\Mime\Encoder\EightBitContentEncoder::encodeString | ( | string | $string, |
?string | $charset = 'utf-8' , |
||
int | $firstLineOffset = 0 , |
||
int | $maxLineLength = 0 |
||
) |
Encode a given string to produce an encoded string.
int | $firstLineOffset | if first line needs to be shorter |
int | $maxLineLength | - 0 indicates the default length for this encoding |
Implements Symfony\Component\Mime\Encoder\EncoderInterface.
Definition at line 31 of file EightBitContentEncoder.php.
Symfony\Component\Mime\Encoder\EightBitContentEncoder::getName | ( | ) |
Gets the MIME name of this content encoding scheme.
Implements Symfony\Component\Mime\Encoder\ContentEncoderInterface.
Definition at line 26 of file EightBitContentEncoder.php.