函数:imap_listsubscribed()


imap_listsubscribed

获取订阅邮箱列示。

语法: array imap_listsubscribed(int stream_id, string ref, string pattern);

返回值: 数组

函数种类: 网络系统

内容说明

本函数可获得订阅邮箱 (subscribed) 列示。参数 imap_stream 为 IMAP 的代号。参数 ref 通常为 IMAP 服务器名称。参数 pattern 可用万用字符 * 代表全部的路径。

参考

imap_listmailbox()  imap_subscribe()  imap_unsubscribe()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序