PHP 인터페이스 IMP_Flag_Match_Flag, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
matchFlag ( array $data ) : boolean Set flag by doing IMAP flag matching.

메소드 상세

matchFlag() 공개 메소드

Set flag by doing IMAP flag matching.
public matchFlag ( array $data ) : boolean
$data array List of IMAP flags.
리턴 boolean True if the flag should be set. False if the flag should never be set. Null if flag should not be set, but could be set by other matching interfaces.