From 59b6243638a1f87a1814fdacc892fa232e833839 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Fri, 6 Oct 2000 02:54:04 +0000 Subject: [PATCH] fixed proto/description for imap_scanmailbox git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33451 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/imap.xml b/functions/imap.xml index 14a3628147..b605857027 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1627,15 +1627,19 @@ imap_close($mbox); array imap_scanmailbox int imap_stream + string ref + string pattern string content Returns an array containing the names of the mailboxes that have string in the text of the mailbox. - This function is simmilar to imap_listmailbox, + 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.