网站首页

>>

PHP初级教程手册


函数:imap_append()



imap_append

附加字符串到指定的邮箱中。

语法: int imap_append(int imap_stream, string mbox, string message, string [flags]);

返回值: 整数

函数种类: 网络系统

内容说明

本函数可在指定的电子邮箱中增加附加的字符串。参数 imap_stream 为 IMAP 的代号。参数 mbox 为电子邮箱的位址。参数 message 为欲附加的信息。参数 flag 为可省略的标志,表示电子邮箱的标志值。治募?米⒁獾氖且?与 Cyrus IMAP 服务器沟通时,应使用 \r\n 作为行结束字符 (end-of-line, EOL)。若有错误则返回 false 值。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|