Interface Swift_Encoder
Interface for all Encoder schemes.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| charsetChanged() | Notify this observer that the entity's charset has changed. | Swift_Mime_CharsetObserver |
| encodeString() | Encode a given string to produce an encoded string. | Swift_Encoder |
Method Details
Encode a given string to produce an encoded string.
| public abstract string encodeString ( $string, $firstLineOffset = 0, $maxLineLength = 0 ) | ||
| $string | string | |
| $firstLineOffset | int | If first line needs to be shorter |
| $maxLineLength | int |
|