Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
IMP_Flag_Match_Flag
PHP Interface IMP_Flag_Match_Flag, horde
Author:
Michael Slusarz (
[email protected]
)
Exibir arquivo
Open project: horde/horde
Public Methods
Method
Description
matchFlag
(
array
$data
) :
boolean
Set flag by doing IMAP flag matching.
Method Details
matchFlag()
public
method
Set flag by doing IMAP flag matching.
public
matchFlag
(
array
$data
) :
boolean
$data
array
List of IMAP flags.
return
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.