PHP » PYTHON |
login |
register |
about
|
|
imap_setflag_full(PHP 4, PHP 5) imap_setflag_full — Sets flags on messages Description
bool imap_setflag_full
( resource $imap_stream
, string $sequence
, string $flag
[, int $options= NIL
] )
Causes a store to add the specified flag to the flags set for the messages in the specified sequence . Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 imap_setflag_full() example
<?php
|
more
Recently updated
more
Most requested
|