Searched refs:imap_fetchmime (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetchmime_errors.phpt | 2 imap_fetchmime() errors: ValueError and Warnings 19 imap_fetchmime($imap_mail_box, -1, $section); 24 imap_fetchmime($imap_mail_box, 1, $section, -1); 30 var_dump(imap_fetchmime($imap_mail_box, 255, $section)); 31 var_dump(imap_fetchmime($imap_mail_box, 255, $section, FT_UID)); 44 imap_fetchmime(): Argument #2 ($message_num) must be greater than 0 45 imap_fetchmime(): Argument #4 ($flags) must be a bitmask of FT_UID, FT_PEEK, and FT_INTERNAL 47 Warning: imap_fetchmime(): Bad message number in %s on line %d 50 Warning: imap_fetchmime(): UID does not exist in %s on line %d
|
H A D | imap_fetchmime_uid.phpt | 2 imap_fetchmime() passing a unique ID
|
/PHP-8.3/ext/imap/ |
H A D | php_imap_arginfo.h | 359 ZEND_FUNCTION(imap_fetchmime); 445 ZEND_FE(imap_fetchmime, arginfo_imap_fetchmime)
|
H A D | php_imap.stub.php | 439 …function imap_fetchmime(IMAP\Connection $imap, int $message_num, string $section, int $flags = 0):…
|
H A D | php_imap.c | 1869 PHP_FUNCTION(imap_fetchmime) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds