imap_8bit

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

imap_8bitConvierte un string de 8 bits en un string codificado en Quoted-Printable

Descripción

imap_8bit(string $string): string|false

Convierte el string de 8 bits en un string codificado en Quoted-Printable (según la » RFC 2045, Sección 6.7).

Parámetros

string

El string de 8 bits a convertir

Valores devueltos

Devuelve un string codificado en Quoted-Printable, o false en caso de error.

Ver también

  • imap_qprint() - Convierte una string con comillas en una string de 8 bits

add a note

User Contributed Notes

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