Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: imap_close - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

imap_createmailbox" width="11" height="7"/> <imap_clearflag_full
Last updated: Thu, 31 May 2007

view this page in

imap_close

(PHP 4, PHP 5)

imap_close — IMAP ストリームをクローズする

説明

bool imap_close ( resource $imap_stream [, int $flag] )

IMAP ストリームをクローズします。

パラメータ

imap_stream

imap_open() が返す IMAP ストリーム。

flag

CL_EXPUNGE を指定した場合、メールボックスを閉じる前に暗黙のうちに 削除マークがついた全てのメッセージを削除します。 imap_expunge() を使用して、同じことを行うこともできます。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

imap_open()



add a note add a note User Contributed Notes
imap_close
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites