Dutch PHP Conference 2025 - Call For Papers

imap_binary

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

imap_binaryConvert an 8bit string to a base64 string

Опис

imap_binary(string $string): string|false

Convert an 8bit string to a base64 string according to » RFC2045, Section 6.8.

Параметри

string

The 8bit string

Значення, що повертаються

Returns a base64 encoded string, або false в разі помилки.

Прогляньте також

add a note

User Contributed Notes

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