\Horde_Mime_QuotedPrintable

Quoted-printable utility methods.

Summary

Methods
Properties
Constants
decode()
encode()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

decode()

decode(string  $data) : string

Decodes quoted-printable data.

Parameters

string $data

The Q-P data to decode.

Returns

string —

The decoded text.

encode()

encode(string  $text, string  $eol = "\n", integer  $wrap = 76) : string

Encodes text via quoted-printable encoding.

Parameters

string $text

The text to encode (UTF-8).

string $eol

The EOL sequence to use.

integer $wrap

Wrap a line at this many characters.

Returns

string —

The quoted-printable encoded string.