Query: imap_gc
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IMAP_GC(3) 1 IMAP_GC(3) imap_gc - Clears IMAP cacheSYNOPSISbool imap_gc (resource $imap_stream, int $caches)DESCRIPTIONPurges the cache of entries of a specific type.PARAMETERSo $ imap_stream -An IMAP stream returned by imap_open(3). o $caches - Specifies the cache to purge. It may one or a combination of the following constants: IMAP_GC_ELT (message cache elements), IMAP_GC_ENV (enveloppe and bodies), IMAP_GC_TEXTS (texts).RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 imap_gc(3) example <?php $mbox = imap_open("{imap.example.org:143}", "username", "password"); imap_gc($mbox, IMAP_GC_ELT); ?> PHP Documentation Group IMAP_GC(3)
Related Man Pages |
---|
imap_check(3) - php |
imap_get_quotaroot(3) - php |
imap_mailboxmsginfo(3) - php |
imap_reopen(3) - php |
imap_status(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
Please Welcome Don Cragun as Lead Moderator |
Please Welcome Ravinder Singh to the Moderation Team |
Denial Of Service Attack Update |