PHP Interface Swift_Mime_ContentEncoder, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Encoder
Afficher le fichier Open project: HaliteChallenge/Halite Interface Usage Examples

Méthodes publiques

Méthode Description
encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength ) Encode $in to $out.
getName ( ) : string Get the MIME name of this content encoding scheme.

Method Details

encodeByteStream() public méthode

Encode $in to $out.
public encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength )
$os Swift_OutputByteStream to read from
$is Swift_InputByteStream to write to
$firstLineOffset integer
$maxLineLength integer - 0 indicates the default length for this encoding

getName() public méthode

Get the MIME name of this content encoding scheme.
public getName ( ) : string
Résultat string