Searched refs:imap_num_msg (Results 1 – 7 of 7) sorted by relevance
26 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
30 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
29 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
44 $num_msg = imap_num_msg($imap_stream);
344 ZEND_FUNCTION(imap_num_msg);428 ZEND_FE(imap_num_msg, arginfo_imap_num_msg)
21 function imap_num_msg($imap): int|false {} function
965 PHP_FUNCTION(imap_num_msg) in PHP_FUNCTION() argument
Completed in 45 milliseconds