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 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 函数 list all the subscribed mailboxesphp 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 函数 returns a properly formatted email address given the mailbox host and personal infophp imap 函数 this function returns an array of messages matching the given search criteriaphp ncurses 函数 returns a logical or of all attribute flags supported by terminalphp oci8 函数 returns the next child statement resource from a parent statement resource that has oracle database 12c implicit result setsphp session pgsql 函数 returns number of errors and last error messagephp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlite 函数 execute a query that does not prefetch and buffer all dataphp 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 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
关注编程学问公众号