Open Journal Systems
3.3.0
|
Public Member Functions | |
encodeByteStream ($stream, int $maxLineLength=0) | |
getName () | |
![]() | |
encodeString (string $string, ?string $charset='utf-8', int $firstLineOffset=0, int $maxLineLength=0) | |
Definition at line 17 of file ContentEncoderInterface.php.
Symfony\Component\Mime\Encoder\ContentEncoderInterface::encodeByteStream | ( | $stream, | |
int | $maxLineLength = 0 |
||
) |
Encodes the stream to a Generator.
resource | $stream |
Implemented in Symfony\Component\Mime\Encoder\Base64ContentEncoder, Symfony\Component\Mime\Encoder\EightBitContentEncoder, and Symfony\Component\Mime\Encoder\QpContentEncoder.
Symfony\Component\Mime\Encoder\ContentEncoderInterface::getName | ( | ) |
Gets the MIME name of this content encoding scheme.
Implemented in Symfony\Component\Mime\Encoder\Base64ContentEncoder, Symfony\Component\Mime\Encoder\QpContentEncoder, and Symfony\Component\Mime\Encoder\EightBitContentEncoder.