imap_errors

(PHP 4, PHP 5, PHP 7)

imap_errorsReturns all of the IMAP errors that have occurred

说明

imap_errors ( void ) : array

Gets all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset.

When imap_errors() is called, the error stack is subsequently cleared.

返回值

This function returns an array of all of the IMAP error messages generated since the last imap_errors() call, or the beginning of the page. Returns FALSE if no error messages are available.

参见

  • imap_last_error() - Gets the last IMAP error that occurred during this page request
  • imap_alerts() - Returns all IMAP alert messages that have occurred

相关文章
php ibm db2 函数 returns an object with properties that describe the db2 database clientphp ibm db2 函数 returns the auto generated id of the last insert query that successfully executed on this connectionphp gnupg 函数 returns an array with information about all keys that matches the given patternphp imap 函数 returns all imap alert messages that have occurredphp imap 函数 returns all of the imap errors that have occurredphp imap 函数 returns headers for all messages in a mailboxphp imap 函数 gets the last imap error that occurred during this page requestphp imap 函数 returns the list of mailboxes that matches the given textphp imap 函数 list all the subscribed mailboxesphp imap 函数 returns a properly formatted email address given the mailbox host and personal infophp imap 函数 this function returns the uid for the given message sequence numberphp ncurses 函数 returns a logical or of all attribute flags supported by terminalphp snmp 函数 return all values that are enums with their enum value instead of the raw integerphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp svn 函数 creates a new empty directory returns true if all is ok false otherwisephp svn 函数 creates a new empty file returns true if all is ok false otherwisephp hyperwave api 函数 returns a list of all logged in usersphp mongodb driver writeresult returns any write errors that occurredphp solrquery returns all the fields that solr should generate highlighted snippets forphp solrquery returns all the stats facets that were set
关注编程学问公众号