PHP 클래스 Horde_Imap_Client_Mailbox_List, horde
Copyright 2004-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.
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
보호된 메소드들
메소드 상세
_mboxCompare()
최종 보호된 메소드
Hierarchical folder sorting function (used with usort()).
Sort the list of mailboxes.
public sort ( array $opts = [] ) : array |
$opts |
array |
Options:
- delimiter: (string) The delimiter to use.
DEFAULT: '.'
- inbox: (boolean) Always put INBOX at the head of the list?
DEFAULT: Yes
- noupdate: (boolean) Do not update the object's mailbox list?
DEFAULT: true |
리턴 |
array |
List of sorted mailboxes (index association is kept). |
프로퍼티 상세
The delimiter character to use.
protected string $_delimiter |
리턴 |
string |
|
protected array $_mboxes |
리턴 |
array |
|
Should we sort with INBOX at the front of the list?
protected bool $_sortinbox |
리턴 |
boolean |
|