PHP 인터페이스 PhpMimeMailParser\Contracts\CharsetManager

파일 보기 프로젝트 열기: exorus/php-mime-mail-parser

공개 메소드들

메소드 설명
decodeCharset ( string $encodedString, string $charset ) : string Decode the string from Charset
getCharsetAlias ( string $charset ) : string Get charset alias

메소드 상세

decodeCharset() 공개 메소드

Decode the string from Charset
public decodeCharset ( string $encodedString, string $charset ) : string
$encodedString string The string in its original encoded state
$charset string The Charset header of the part.
리턴 string The decoded string

getCharsetAlias() 공개 메소드

Get charset alias
public getCharsetAlias ( string $charset ) : string
$charset string .
리턴 string The charset alias