Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.imap-mail-move.html
Дата изменения: Sun Feb 3 22:42:06 2002
Дата индексирования: Mon Oct 1 22:31:39 2012
Кодировка:
imap_mail_move

imap_mail_move

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

imap_mail_move -- Move specified messages to a mailbox

Description

int imap_mail_move ( int imap_stream, string msglist, string mbox [, int flags])

Moves mail messages specified by msglist to specified mailbox. msglist is a range not just message numbers (as described in RFC2060).

Flags is a bitmask and may contain the single option

Returns TRUE on success and FALSE on error.