Метод | Описание | |
---|---|---|
__clone ( ) | Make a deep copy of object. | |
__construct ( Swift_CharacterStream $charStream ) | Creates a new Rfc2231Encoder using the given character stream instance. | |
charsetChanged ( string $charset ) | Updates the charset used. | |
encodeString ( string $string, integer $firstLineOffset, integer $maxLineLength ) : string | Takes an unencoded string and produces a string encoded according to RFC 2231 from it. |
public __construct ( Swift_CharacterStream $charStream ) | ||
$charStream | Swift_CharacterStream |
public charsetChanged ( string $charset ) | ||
$charset | string |