PHP Класс Swift_Mime_ContentEncoder_QpContentEncoder, Halite

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

Защищенные свойства (Protected)

Свойство Тип Описание
$_dotEscape

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

Метод Описание
__construct ( Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, boolean $dotEscape = false ) Creates a new QpContentEncoder for the given CharacterStream.
__sleep ( )
encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength ) Encode stream $in to stream $out.
getName ( ) : string Get the name of this encoding scheme.

Защищенные методы

Метод Описание
getSafeMapShareId ( )
initSafeMap ( )

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

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

Creates a new QpContentEncoder for the given CharacterStream.
public __construct ( Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, boolean $dotEscape = false )
$charStream Swift_CharacterStream to use for reading characters
$filter Swift_StreamFilter if canonicalization should occur
$dotEscape boolean if dot stuffing workaround must be enabled

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

public __sleep ( )

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

QP encoded strings have a maximum line length of 76 characters. If the first line needs to be shorter, indicate the difference with $firstLineOffset.
public encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength )
$os Swift_OutputByteStream output stream
$is Swift_InputByteStream input stream
$firstLineOffset integer
$maxLineLength integer

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

Returns the string 'quoted-printable'.
public getName ( ) : string
Результат string

getSafeMapShareId() защищенный Метод

protected getSafeMapShareId ( )

initSafeMap() защищенный Метод

protected initSafeMap ( )

Описание свойств

$_dotEscape защищенное свойство

protected $_dotEscape