Home
last modified time | relevance | path

Searched defs:imap (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php18 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 …]
H A Dphp_imap.c375 static PHP_GINIT_FUNCTION(imap) in PHP_GINIT_FUNCTION() argument
407 PHP_MINIT_FUNCTION(imap) in PHP_MINIT_FUNCTION() argument
642 PHP_RINIT_FUNCTION(imap) in PHP_RINIT_FUNCTION() argument
652 PHP_RSHUTDOWN_FUNCTION(imap) in PHP_RSHUTDOWN_FUNCTION() argument
713 PHP_MINFO_FUNCTION(imap) in PHP_MINFO_FUNCTION() argument

Completed in 16 milliseconds