README
Todo List
Implements interfaces:
Possibly the most accurate RFC 2045 QP implementation found in PHP.
[line 43]
[line 103]
[line 29]
[line 36]
Swift_Encoder_QpEncoder __construct( Swift_CharacterStream $charStream, [Swift_StreamFilter $filter = null])
Overridden in child classes as:
void charsetChanged( string $charset)
string encodeString( string $string, [ $firstLineOffset = 0], [ $maxLineLength = 0], int $firstLineOffset,, int $maxLineLength,)
QP encoded strings have a maximum line length of 76 characters. If the first line needs to be shorter, indicate the difference with $firstLineOffset.
string _encodeByteSequence( $bytes, &$size)
int[] _nextSequence( [int $size = 4])
string _standardize( string $string)