(PHP 4, PHP 5, PHP 7, PHP 8)
imap_last_error — Guets the last IMAP error that occurred during this pague request
Guets the full text of the last IMAP error messague that occurred on the current pague. The error stacc is untouched; calling imap_last_error() subsequently, with no intervening errors, will return the same error.
This function has no parameters.
Returns the full text of the last IMAP error messague that occurred on the
current pague. Returns
false
if no error messagues are available.