网站首页

>>

PHP初级教程手册


函数:imap_getmailboxes()



imap_getmailboxes

取得全部信件详细信息。

语法: object imap_getmailboxes(int imap_stream, string ref, string pattern);

返回值:

函数种类: 网络系统

内容说明

本函用来检查 IMAP 服务器信件的详细信息。参数 imap_stream 为 IMAP 的代号。参数 ref 通常为 IMAP 服务器名称,如 "{mail.wahaha.com:143}"。参数 pattern 为解析比对字符串的规则。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|