Home
last modified time | relevance | path

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

/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php22 function imap_close(IMAP\Connection $imap, int $flags = 0): bool {}
24 function imap_num_msg(IMAP\Connection $imap): int|false {}
26 function imap_num_recent(IMAP\Connection $imap): int {}
28 function imap_headers(IMAP\Connection $imap): array|false {}
56 function imap_gc(IMAP\Connection $imap, int $flags): bool {}
58 function imap_expunge(IMAP\Connection $imap): bool {}
64 function imap_check(IMAP\Connection $imap): \stdClass|false {}
83 function imap_create(IMAP\Connection $imap, string $mailbox): bool {}
98 function imap_ping(IMAP\Connection $imap): bool {}
112 function imap_mailboxmsginfo(IMAP\Connection $imap): \stdClass {}
[all …]
H A Dphp_imap.c414 static PHP_GINIT_FUNCTION(imap) in PHP_GINIT_FUNCTION() argument
446 PHP_MINIT_FUNCTION(imap) in PHP_MINIT_FUNCTION() argument
689 PHP_RINIT_FUNCTION(imap) in PHP_RINIT_FUNCTION() argument
699 PHP_RSHUTDOWN_FUNCTION(imap) in PHP_RSHUTDOWN_FUNCTION() argument
760 PHP_MINFO_FUNCTION(imap) in PHP_MINFO_FUNCTION() argument

Completed in 28 milliseconds