PHP Интерфейс Swift_Mime_ContentEncoder, Halite

Автор: Chris Corbyn
Наследование: extends Swift_Encoder
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength ) Encode $in to $out.
getName ( ) : string Get the MIME name of this content encoding scheme.

Описание методов

encodeByteStream() публичный Метод

Encode $in to $out.
public encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength )
$os Swift_OutputByteStream to read from
$is Swift_InputByteStream to write to
$firstLineOffset integer
$maxLineLength integer - 0 indicates the default length for this encoding

getName() публичный Метод

Get the MIME name of this content encoding scheme.
public getName ( ) : string
Результат string