[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 58 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Swift_Encoder_Base64Encoder:: (2 methods):
encodeString()
charsetChanged()
Class: Swift_Encoder_Base64Encoder - X-Ref
Handles Base 64 Encoding in Swift Mailer.encodeString($string, $firstLineOffset = 0, $maxLineLength = 0) X-Ref |
Takes an unencoded string and produces a Base64 encoded string from it. Base64 encoded strings have a maximum line length of 76 characters. If the first line needs to be shorter, indicate the difference with $firstLineOffset. param: string $string to encode param: int $firstLineOffset param: int $maxLineLength optional, 0 indicates the default of 76 bytes return: string |
charsetChanged($charset) X-Ref |
Does nothing. |
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |