Searched refs:imap_num_msg (Results 1 – 7 of 7) sorted by relevance
28 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
32 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
31 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
46 $num_msg = imap_num_msg($imap_stream);
349 ZEND_FUNCTION(imap_num_msg);434 ZEND_FE(imap_num_msg, arginfo_imap_num_msg)
416 function imap_num_msg(IMAP\Connection $imap): int|false {}
833 PHP_FUNCTION(imap_num_msg) in PHP_FUNCTION() argument
Completed in 21 milliseconds