Searched refs:message_nums (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/imap/ |
H A D | php_imap.stub.php | 84 function imap_delete($imap, string $message_nums, int $flags = 0): bool {} argument 89 function imap_undelete($imap, string $message_nums, int $flags = 0): bool {} argument 110 function imap_mail_copy($imap, string $message_nums, string $mailbox, int $flags = 0): bool {} argument 113 function imap_mail_move($imap, string $message_nums, string $mailbox, int $flags = 0): bool {} argument
|
H A D | php_imap_arginfo.h | 110 ZEND_ARG_TYPE_INFO(0, message_nums, IS_STRING, 0) 133 ZEND_ARG_TYPE_INFO(0, message_nums, IS_STRING, 0)
|
Completed in 6 milliseconds