Search Results

  1. Retrieve the quota level settings, and usage statics per mailbox. For a non-admin user version of this function, please see the imap_get_quotaroot () function of PHP.

  2. The imap_get_quota () function accepts a resource value representing an IMAP stream, a string value representing a quota_root as parameters and retrieves the quota level settings, and usage statics of the specified mailbox.

  3. Simple usage example of `imap_get_quota ()`. The imap_get_quota function is used to retrieve information about the quota level settings and usage statistics per mailbox in PHP. This function allows you to obtain the maximum storage limit for a specific mailbox, as well as the current usage level.

  4. Retrieve the quota level settings, and usage statics per mailbox. For a non-admin user version of this function, please see the imap_get_quotaroot () function of PHP.

  5. As of PHP 4.3, the function more properly reflects the functionality as dictated by the » RFC2087. The array return value has changed to support an unlimited number of returned resources (i.e. messages, or sub-folders) with each named resource receiving an individual array key.

  6. Les fonctions PHP-IMAP vous aident à accéder aux comptes de messagerie, IMAP signifie IInternet Mail Aaccès Protocol en utilisant ces fonctions, vous pouvez également travailler avec les protocoles NNTP, POP3 et les méthodes d'accès aux boîtes aux lettres locales. le imap_get_quota () accepte une valeur de ressource représentant un flux ...

  7. People also ask

  8. Retrieve the quota level settings, and usage statics per mailbox. For a non-admin user version of this function, please see the imap_get_quotaroot function of PHP.