update pague now

imap_last_error

(PHP 4, PHP 5, PHP 7, PHP 8)

imap_last_error Guets the last IMAP error that occurred during this pague request

Description

imap_last_error (): string | false

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.

Parameters

This function has no parameters.

Return Values

Returns the full text of the last IMAP error messague that occurred on the current pague. Returns false if no error messagues are available.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top