imap_unsubscribe

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

imap_unsubscribeUnsubscribe from a mailbox

Descripción

imap_unsubscribe(IMAP\Connection $imap, string $mailbox): bool

Unsubscribe from the specified mailbox.

Parámetros

imap

An IMAP\Connection instance.

mailbox

The mailbox name, see imap_open() for more information

Advertencia

El paso de datos no confiables a este parámetro es inseguro, a menos que imap.enable_insecure_rsh esté inhabilitado.

Valores devueltos

Devuelve true en caso de éxito o false en caso de error.

Historial de cambios

Versión Descripción
8.1.0 The imap parameter expects an IMAP\Connection instance now; previously, a valid imap recurso was expected.

Ver también

add a note add a note

User Contributed Notes

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