在 PHP 中,imap_num_recent() 函数用于获取 IMAP 服务器上指定文件夹的最近未读邮件的数量
▥php
𝄐 0
php Imagick,php Imagick函数和msl利用写webshe,php ImageMagick 卡通算法,php Imagick 竖线,php Imagick 渐变色,php Imagick gradient
在 PHP 中,imap_num_recent() 函数用于获取 IMAP 服务器上指定文件夹的最近未读邮件的数量。该函数的使用方法如下:
php
$num_recent = imap_num_recent($imap_stream);
参数 $imap_stream 是由 imap_open() 函数返回的 IMAP 邮箱流。
函数 imap_num_recent() 返回一个整数,表示最近未读邮件的数量。
以下是一个示例:
php
$mailbox = "{imap.example.com:993/imap/ssl}INBOX";
$username = "username";
$password = "password";
$imap_stream = imap_open($mailbox, $username, $password);
$num_recent = imap_num_recent($imap_stream);
echo "There are $num_recent recent unread emails in the INBOX folder.";
这样,将会输出类似下面的信息:
There are 5 recent unread emails in the INBOX folder.
请注意,这个函数只能用于 IMAP 服务器,而不是 POP3 服务器。
在 PHP 中,imap_num_recent() 函数用于获取 IMAP 服务器上指定文件夹的最近未读邮件的数量。该函数的使用方法如下:
php
$num_recent = imap_num_recent($imap_stream);
参数 $imap_stream 是由 imap_open() 函数返回的 IMAP 邮箱流。
函数 imap_num_recent() 返回一个整数,表示最近未读邮件的数量。
以下是一个示例:
php
$mailbox = "{imap.example.com:993/imap/ssl}INBOX";
$username = "username";
$password = "password";
$imap_stream = imap_open($mailbox, $username, $password);
$num_recent = imap_num_recent($imap_stream);
echo "There are $num_recent recent unread emails in the INBOX folder.";
这样,将会输出类似下面的信息:
There are 5 recent unread emails in the INBOX folder.
请注意,这个函数只能用于 IMAP 服务器,而不是 POP3 服务器。
本文地址:
/show-283358.html
版权声明:除非特别标注原创,其它均来自互联网,转载时请以链接形式注明文章出处。