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 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 函数 delete all messages marked for deletionphp 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 函数 this function returns an array of messages matching the given search criteriaphp imap 函数 returns status information on a mailboxphp mcve 函数 returns array of strings which represents the keys that can be used for response parameters on this transactionphp 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 函数 execute a query that does not prefetch and buffer all dataphp svn 函数 creates and returns a stream that will be used to replacephp tidy 函数 returns the number of tidy configuration errors encountered for specified documentphp tidy 函数 returns the number of tidy errors encountered for specified documentphp win32service 函数 returns the last control message that was sent to this servicephp hyperwave api 函数 returns a list of all destination anchorsphp mongodb driver writeresult returns any write errors that occurred
关注编程学问公众号