Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContentEncoderInterface.php

function ContentEncoderInterface::encodeByteStream

Encodes the stream to a Generator.

Parameters

resource $stream:

3 methods override ContentEncoderInterface::encodeByteStream()
Base64ContentEncoder::encodeByteStream in vendor/symfony/mime/Encoder/Base64ContentEncoder.php
Encodes the stream to a Generator.
EightBitContentEncoder::encodeByteStream in vendor/symfony/mime/Encoder/EightBitContentEncoder.php
Encodes the stream to a Generator.
QpContentEncoder::encodeByteStream in vendor/symfony/mime/Encoder/QpContentEncoder.php
Encodes the stream to a Generator.

File

vendor/symfony/mime/Encoder/ContentEncoderInterface.php, line 24

Class

ContentEncoderInterface
@author Chris Corbyn

Namespace

Symfony\Component\Mime\Encoder

Code

public function encodeByteStream($stream, int $maxLineLength = 0) : iterable;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal