Calling this function is the same as doing:
<?php
chunk_split(base64_encode($string), 60);
?>
(PHP 4, PHP 5, PHP 7, PHP 8)
imap_binary — 8 ビット文字列を base64 文字列に変換する
(» RFC2045, Section 6.8 に基づき)8 ビット文字列を base64 文字列に変換します。
string
8 ビット文字列。
base64 エンコードされた文字列を返します。
失敗した場合に false
を返します
Calling this function is the same as doing:
<?php
chunk_split(base64_encode($string), 60);
?>