PHP 클래스 Horde_Imap_Client_Utf7imap, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_mbstring array Is mbstring extension available?

공개 메소드들

메소드 설명
Utf7ImapToUtf8 ( string $str ) : string Convert a string from UTF7-IMAP to UTF-8.
Utf8ToUtf7Imap ( string $str, boolean $force = true ) : string Convert a string from UTF-8 to UTF7-IMAP.

메소드 상세

Utf7ImapToUtf8() 공개 정적인 메소드

Convert a string from UTF7-IMAP to UTF-8.
public static Utf7ImapToUtf8 ( string $str ) : string
$str string The UTF7-IMAP string.
리턴 string The converted UTF-8 string.

Utf8ToUtf7Imap() 공개 정적인 메소드

Convert a string from UTF-8 to UTF7-IMAP.
public static Utf8ToUtf7Imap ( string $str, boolean $force = true ) : string
$str string The UTF-8 string.
$force boolean Assume $str is UTF-8 (no-autodetection)? If false, attempts to auto-detect if string is already in UTF7-IMAP.
리턴 string The converted UTF7-IMAP string.

프로퍼티 상세

$_mbstring 보호되어 있는 정적으로 프로퍼티

Is mbstring extension available?
protected static array $_mbstring
리턴 array