Definition at line 21 of file QpEncoder.php.
Creates a new QpEncoder for the given CharacterStream.
- Parameters
-
Definition at line 110 of file QpEncoder.php.
Swift_Encoder_QpEncoder::_encodeByteSequence |
( |
array |
$bytes, |
|
|
& |
$size |
|
) |
| |
|
protected |
Swift_Encoder_QpEncoder::_nextSequence |
( |
|
$size = 4 | ) |
|
|
protected |
Swift_Encoder_QpEncoder::_standardize |
( |
|
$string | ) |
|
|
protected |
Swift_Encoder_QpEncoder::charsetChanged |
( |
|
$charset | ) |
|
Swift_Encoder_QpEncoder::encodeString |
( |
|
$string, |
|
|
|
$firstLineOffset = 0 , |
|
|
|
$maxLineLength = 0 |
|
) |
| |
Takes an unencoded string and produces a QP encoded string from it. QP encoded strings have a maximum line length of 76 characters. If the first line needs to be shorter, indicate the difference with $firstLineOffset.
- Parameters
-
string | $string | to encode |
int | $firstLineOffset,optional | |
int | $maxLineLength,optional,0 | indicates the default of 76 chars |
- Returns
- string
Implements Swift_Encoder.
Definition at line 135 of file QpEncoder.php.
References _encodeByteSequence(), _nextSequence(), and _standardize().
Swift_Encoder_QpEncoder::$_charStream |
|
protected |
Swift_Encoder_QpEncoder::$_filter |
|
protected |
Swift_Encoder_QpEncoder::$_qpMap |
|
staticprotected |
Swift_Encoder_QpEncoder::$_safeMap = array() |
|
staticprotected |
The documentation for this class was generated from the following file:
- L:/XOOPS_Allure/SVN_XOOPS2/RMC/rmcommon/trunk/rmcommon/class/swift/classes/Swift/Encoder/QpEncoder.php