imap_scanmailbox
(PHP 3, PHP 4 )
imap_scanmailbox --
メールボックスのリストを読み、メールボックスのテキストにおいて
文字列を検索する
説明
array
imap_scanmailbox ( int imap_stream, string ref, string pattern, string content)
メールボックスのテキストにcontentがあるメー
ルボックスの名前を有する配列を返します。この関数は
imap_listmailbox()に似ていますが、メールボック
スのデータ中に文字列contentが存在するかど
うかの確認も行います。refおよび
patternの説明については
imap_getmailboxes()を参照下さい。