|
PHP5中文手册
imap_setflag_full(PHP 4, PHP 5) imap_setflag_full — Sets flags on messages 说明
bool imap_setflag_full
( resource $imap_stream
, string $sequence
, string $flag
[, int $options
] )
Causes a store to add the specified flag to the flags set for the messages in the specified sequence . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 imap_setflag_full() example
<?php |