PHP 8.3.21 Released!

imap_qprint

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

imap_qprintConvierte una string con comillas en una string de 8 bits

Descripción

imap_qprint(string $string): string|false

Convierte la string con comillas string en una string de 8 bits (según la » RFC2045, sección 6.7).

Parámetros

string

Una string con comillas

Valores devueltos

Devuelve una string de 8 bits, o false en caso de error.

Ver también

  • imap_8bit() - Convierte un string de 8 bits en un string codificado en Quoted-Printable

add a note

User Contributed Notes 1 note

up
4
bernard at bmpsystems dot com
25 years ago
This function seems to have a bug, when the quoted-printable string contains a "=" without the HEX code of a Character.
I use the regular quoted_printable_decode instead.
To Top
OSZAR »