Forum und email

imap_scanmailbox

(PHP 4, PHP 5)

imap_scanmailbox — 메일박스의 텍스트중에서 검색 문자열을 갖는 메일박스의 목록을 읽어 온다

Description

array imap_scanmailbox ( int $imap_stream , string $ref , string $pattern , string $content )

메일박스의 텍스트중에서 string 의 문자열을 갖는 메일박스 이름을 포함하는 배열을 돌려준다. 이함수는 imap_listmailbox()함수와 유사하다, 단지 메일박스 데이터중에서 content 문자열의 존재를 체크하는 것만 추가되었다.