imap_binary

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

imap_binaryConvierte una string de 8 bits en una string en base64

Descripción

imap_binary(string $string): string|false

Convierte la string de 8 bits string en una string en base64 (según la » RFC2045, Sección 6.8).

Parámetros

string

La string de 8 bits

Valores devueltos

Devuelve la string codificada en base64, o false en caso de error.

Ver también

add a note

User Contributed Notes

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