Voting

: min(one, three)?
(Example: nine)

The Note You're Voting On

Jeremy Glover
18 years ago
When calling imap_close($mbox), notices will be generated for each error that has occurred within the imap functions. To suppress these error messages (including Mailbox is empty, which is not really an error) simply call imap_errors() and then imap_close($mbox).

<< Back to user notes page

To Top