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