| [ Index ] |
|
Code source de IMP H3 (4.1.5) |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 116 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
IMP_Quota_mdaemon:: (3 méthodes):
getQuota()
_mailboxSize()
_getUserDetails()
Classe: IMP_Quota_mdaemon - X-Ref
Implementation of the Quota API for MDaemon servers.| getQuota() X-Ref |
| Get quota information (used/allocated), in bytes. return: mixed An associative array. |
| _mailboxSize($path) X-Ref |
| Get the size of a mailbox param: string $path The full path of the mailbox to fetch the quota return: mixed The number of bytes in the mailbox (integer) or false |
| _getUserDetails($user, $realm) X-Ref |
| Retrieve relevant line from userlist.dat. param: string $user The username for which to retrieve detals. param: string $realm The realm (domain) for the user. return: mixed Line from userlist.dat (string) or false (boolean). |
| Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
|