| [ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 127 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
IMAP_Sort:: (4 méthodes):
IMAP_Sort()
sortMailboxes()
sortMailboxesByKey()
_mbox_cmp()
| IMAP_Sort($delimiter) X-Ref |
| Constructor. param: string $delimiter The delimiter used to separate mailboxes. |
| sortMailboxes(&$mbox, $inbox = true, $index = false) X-Ref |
| Sort a list of mailboxes (by value). param: array &$mbox The list of mailboxes to sort. param: boolean $inbox When sorting, always put 'INBOX' at the head of param: boolean $index Maintain index association? |
| sortMailboxesByKey(&$mbox, $inbox = true) X-Ref |
| Sort a list of mailboxes (by key). param: array &$mbox The list of mailboxes to sort, with the keys param: boolean $inbox When sorting, always put 'INBOX' at the head of |
| _mbox_cmp($a, $b) X-Ref |
| Hierarchical folder sorting function (used with usort()). param: string $a Comparison item 1. param: string $b Comparison item 2. return: integer See usort(). |
| Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |