PHP 클래스 Horde_Imap_Client_Mailbox, horde

Copyright 2011-2012 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
상속: implements Serializable
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_utf7imap mixed If boolean true, it is identical to UTF-8 representation.
$_utf8 string UTF8 representation of mailbox.

공개 메소드들

메소드 설명
__construct ( string $mbox, boolean $utf7imap = false ) Constructor.
__get ( $name )
__toString ( )
equals ( $mbox ) : boolean Compares this mailbox to another mailbox string.
get ( string $mbox, boolean $utf7imap = false ) : Horde_Imap_Client_Mailbox Shortcut to obtaining mailbox object.
serialize ( )
unserialize ( $data )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $mbox, boolean $utf7imap = false )
$mbox string The mailbox name.
$utf7imap boolean Is mailbox UTF7-IMAP encoded (true). Otherwise, mailbox is assumed to be UTF-8 encoded.

__get() 공개 메소드

public __get ( $name )

__toString() 공개 메소드

public __toString ( )

equals() 공개 메소드

Compares this mailbox to another mailbox string.
public equals ( $mbox ) : boolean
리턴 boolean True if the items are equal.

get() 공개 정적인 메소드

Shortcut to obtaining mailbox object.
public static get ( string $mbox, boolean $utf7imap = false ) : Horde_Imap_Client_Mailbox
$mbox string The mailbox name.
$utf7imap boolean Is mailbox UTF7-IMAP encoded? Otherwise, mailbox is assumed to be UTF-8.
리턴 Horde_Imap_Client_Mailbox A mailbox object.

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

$_utf7imap 보호되어 있는 프로퍼티

If boolean true, it is identical to UTF-8 representation.
protected mixed $_utf7imap
리턴 mixed

$_utf8 보호되어 있는 프로퍼티

UTF8 representation of mailbox.
protected string $_utf8
리턴 string