PHP 클래스 Horde_Imap_Client_Ids_Pop3, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Ids
파일 보기 프로젝트 열기: horde/horde

보호된 메소드들

메소드 설명
_fromSequenceString ( string $str ) : array Parse a POP3 message sequence string into a list of indices.
_sort ( &$ids )
_toSequenceString ( boolean $sort = true ) : string Create a POP3 message sequence string.

메소드 상세

_fromSequenceString() 보호된 메소드

Parse a POP3 message sequence string into a list of indices.
protected _fromSequenceString ( string $str ) : array
$str string The POP3 message sequence string.
리턴 array An array of UIDs.

_sort() 보호된 메소드

protected _sort ( &$ids )

_toSequenceString() 보호된 메소드

Index Format: UID1[SPACE]UID2...
protected _toSequenceString ( boolean $sort = true ) : string
$sort boolean Not used in this class.
리턴 string The POP3 message sequence string.