Searched defs:imap (Results 1 – 2 of 2) sorted by relevance
18 function imap_close($imap, int $flags = 0): bool {}21 function imap_num_msg($imap): int|false {}24 function imap_num_recent($imap): int {}27 function imap_headers($imap): array|false {}74 function imap_gc($imap, int $flags): bool {}79 function imap_expunge($imap): bool {}92 function imap_check($imap): stdClass|false {}124 function imap_create($imap, string $mailbox): bool {}148 function imap_ping($imap): bool {}167 function imap_mailboxmsginfo($imap): stdClass {}[all …]
375 static PHP_GINIT_FUNCTION(imap) in PHP_GINIT_FUNCTION() argument407 PHP_MINIT_FUNCTION(imap) in PHP_MINIT_FUNCTION() argument642 PHP_RINIT_FUNCTION(imap) in PHP_RINIT_FUNCTION() argument652 PHP_RSHUTDOWN_FUNCTION(imap) in PHP_RSHUTDOWN_FUNCTION() argument713 PHP_MINFO_FUNCTION(imap) in PHP_MINFO_FUNCTION() argument
Completed in 14 milliseconds