Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.imap-scanmailbox.html
Дата изменения: Sun Feb 3 22:42:14 2002
Дата индексирования: Mon Oct 1 22:03:20 2012
Кодировка:
imap_scanmailbox

imap_scanmailbox

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

imap_scanmailbox --  Read the list of mailboxes, takes a string to search for in the text of the mailbox

Description

array imap_scanmailbox ( int imap_stream, string ref, string pattern, string content)

Returns an array containing the names of the mailboxes that have content in the text of the mailbox. This function is similar to imap_listmailbox(), but it will additionally check for the presence of the string content inside the mailbox data. See imap_getmailboxes() for a description of ref and pattern.