| [ Index ] |
|
Code source de IMP H3 (4.1.5) |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 96 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
IMP_Quota_command:: (3 méthodes):
IMP_Quota_command()
blockSize()
getQuota()
Classe: IMP_Quota_command - X-Ref
Implementation of the Quota API for IMAP servers with a unix quota command.| IMP_Quota_command($params = array() X-Ref |
| Constructor param: array $params Hash containing connection parameters. |
| blockSize() X-Ref |
| Get the disk block size, if possible. We try to find out the disk block size from stat(). If not available, stat() should return -1 for this value, in which case we default to 1024 (for historical reasons). There are a large number of reasons this may fail, such as OS support, SELinux interference, the file being > 2 GB in size, the file we're referring to not being readable, etc. |
| getQuota() X-Ref |
| Get quota information (used/allocated), in bytes. return: mixed An associative array. |
| Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
|