Base64Encoding Class Reference
Base64 Encoding class.
More...
List of all members.
Detailed Description
Base64 Encoding class.
Definition at line 990 of file Rmail.php.
Member Function Documentation
Base64Encoding::encode |
( |
$ |
input |
) |
|
Implements iEncoding.
Definition at line 998 of file Rmail.php.
00999 {
01000 return rtrim(chunk_split(base64_encode($input), 76, defined('MAIL_MIME_PART_CRLF') ? MAIL_MIME_PART_CRLF : "\r\n"));
01001 }
Base64Encoding::getType |
( |
|
) |
|
Returns type.
Implements iEncoding.
Definition at line 1006 of file Rmail.php.
01007 {
01008 return 'base64';
01009 }
The documentation for this class was generated from the following file:
- Static/PhpInclude/FareOfficeLib/3dPart/Rmail/Rmail.php