|
imap_getmailboxesRead the list of mailboxes, returning detailed information on each one Description
array imap_getmailboxes
( resource
$imap_stream
, string $ref
, string $pattern
)Gets information on the mailboxes. Parameters
Return Values
Returns an array of objects containing mailbox information. Each
object has the attributes
Examples
Example #1 imap_getmailboxes example
<?php See Also
|