mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed proto/description for imap_scanmailbox
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33451 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c46aa354dc
commit
59b6243638
1 changed files with 5 additions and 1 deletions
|
@ -1627,15 +1627,19 @@ imap_close($mbox);
|
|||
<funcprototype>
|
||||
<funcdef>array <function>imap_scanmailbox</function></funcdef>
|
||||
<paramdef>int <parameter>imap_stream</parameter></paramdef>
|
||||
<paramdef>string <parameter>ref</parameter></paramdef>
|
||||
<paramdef>string <parameter>pattern</parameter></paramdef>
|
||||
<paramdef>string <parameter>content</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns an array containing the names of the mailboxes that have
|
||||
<parameter>string</parameter> in the text of the mailbox.
|
||||
This function is simmilar to <function>imap_listmailbox</function>,
|
||||
This function is similar to <function>imap_listmailbox</function>,
|
||||
but it will additionally check for the presence of the string
|
||||
<parameter>content</parameter> inside the mailbox data.
|
||||
See <function>imap_getmailboxes</function> for a description
|
||||
of <parameter>ref</parameter> and <parameter>pattern</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue