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.
(PHP 4, PHP 5, PHP 7, PHP 8)
imap_qprint — Преобразовывает строку из формата quoted-printable в 8-битную строку
Преобразовывает строку из формата quoted-printable в 8-битную строку так, как это указано в разделе 6.7 стандарта » RFC2045.
string
Строка в формате "quoted-printable"
Возвращает 8-битную строку или false
, если возникла ошибка.
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.