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

search for in the

imap_createmailbox> <imap_clearflag_full
Last updated: Fri, 13 Nov 2009

view this page in

imap_close

(PHP 4, PHP 5)

imap_closeIMAP ストリームをクローズする

説明

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

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

パラメータ

imap_stream

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

flag

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

返り値

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

参考

  • imap_open() - メールボックスへの IMAP ストリームをオープンする



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

imap_createmailbox> <imap_clearflag_full
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites