PHP Класс Horde_Imap_Client_Ids_Pop3, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Imap_Client_Ids
Показать файл Открыть проект

Защищенные методы

Метод Описание
_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.