Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_CharacterReader_GenericFixedWidthReader
  • Swift_CharacterReader_UsAsciiReader
  • Swift_CharacterReader_Utf8Reader
  • Swift_CharacterReaderFactory_SimpleCharacterReaderFactory
  • Swift_Encoder_Base64Encoder
  • Swift_Encoder_QpEncoder
  • Swift_Encoder_Rfc2231Encoder
  • Swift_Encoding

Interfaces

  • Swift_CharacterReader
  • Swift_CharacterReaderFactory
  • Swift_Encoder
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Swift_Encoder_Base64Encoder

Handles Base 64 Encoding in Swift Mailer.

Swift_Encoder_Base64Encoder implements Swift_Encoder

Direct known subclasses

Swift_Mime_ContentEncoder_Base64ContentEncoder, Swift_Mime_HeaderEncoder_Base64HeaderEncoder
Package: Swift\Encoder
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
Methods summary
public string
# encodeString( string $string, integer $firstLineOffset = 0, integer $maxLineLength = 0 )

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.

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.

Parameters

$string
to encode
$firstLineOffset
$maxLineLength
$maxLineLength, optional, 0 indicates the default of 76 bytes

Returns

string

Implementation of

Swift_Encoder::encodeString()
public
# charsetChanged( string $charset )

Does nothing.

Does nothing.

Parameters

$charset

Implementation of

Swift_Mime_CharsetObserver::charsetChanged()
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen