PHP 인터페이스 Swift_Mime_ContentEncoder, Halite

저자: Chris Corbyn
상속: extends Swift_Encoder
파일 보기 프로젝트 열기: HaliteChallenge/Halite 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

encodeByteStream() 공개 메소드

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() 공개 메소드

Get the MIME name of this content encoding scheme.
public getName ( ) : string
리턴 string