
Static Public Member Functions | |
| static | seven () |
| |
| static | eight () |
| |
| static | base64 () |
| |
| static | quoted () |
| |
Public Attributes | |
| const | SEVEN_BITS = 0x01 |
| const | EIGHT_BITS = 0x02 |
| const | BASE64 = 0x03 |
| const | QUOTED = 0x04 |
Protected Attributes | |
| $names | |
Definition at line 16 of file MailEncoding.class.php.
| static MailEncoding::seven | ( | ) | [static] |
Definition at line 33 of file MailEncoding.class.php.
Referenced by MimePart::__construct().
| static MailEncoding::eight | ( | ) | [static] |
| static MailEncoding::base64 | ( | ) | [static] |
| static MailEncoding::quoted | ( | ) | [static] |
| const MailEncoding::SEVEN_BITS = 0x01 |
| const MailEncoding::EIGHT_BITS = 0x02 |
| const MailEncoding::BASE64 = 0x03 |
| const MailEncoding::QUOTED = 0x04 |
MailEncoding::$names [protected] |
Initial value:
array(
self::SEVEN_BITS => '7bit',
self::EIGHT_BITS => '8bit',
self::BASE64 => 'base64',
self::QUOTED => 'quoted-printable'
)
Reimplemented from Enumeration.
Definition at line 23 of file MailEncoding.class.php.
1.5.4