|
imap_listRead the list of mailboxes Description
array imap_list
( resource
$imap_stream
, string $ref
, string $pattern
)Read the list of mailboxes. Parameters
Return ValuesReturns an array containing the names of the mailboxes. Examples
Example #1 imap_list example
<?php See Also
|