Google
搜索www.dodoakn 搜索DoDoKan

刘翔退赛

刘翔退赛是一种无。刘翔自从6124点进入股市,到现在的2300点,刘翔是对中国股市的一种挑战。

2008北京奥运

我和你,心连心,同住地球村,为梦想,千里行,相会在北京。

来吧!朋友,伸出你的手,我和你,心连心,永远一家人。

You and Me From one world We are family

Travel dream

A thousand miles Meeting in Beijing

Come together

Put your hand in mine

You and Me From one world We are family

函数:imap_errors()

imap_errors

所有的错误信息。

语法: array imap_errors(void);

返回值: 数组

函数种类: 网络系统

内容说明

本函数用来显示所有出现的 IMAP 错误字符串。本函数不需要使用任何参数。


函数:imap_deletemailbox()

imap_deletemailbox

删除既有信箱。

语法: int imap_deletemailbox(int imap_stream, string mbox);

返回值: 整数

函数种类: 网络系统

内容说明

本函数用来删除既有的信箱。成功则返回 true 值。


函数:imap_expunge()

imap_expunge

删除已标记的邮件。

语法: int imap_expunge(int imap_stream);

返回值: 整数

函数种类: 网络系统

内容说明

本函数用来删除已加入删除标记的邮件。欲标记邮件须使用 imap_delete() 函数。