You should prefer this function to base64_encode(), given you need it for mail encoding. The return value of this function contains <CRLF>after every 76 characters, as required for mail.
![]() | imap_binaryDescriptionstring imap_binary ( string string )Convert an 8bit string to a base64 string (according to RFC2045, Section 6.8). Returns a base64 string. See also imap_base64(). ![]()
Oliver
20-May-2006 08:34
You should prefer this function to base64_encode(), given you need it for mail encoding. The return value of this function contains <CRLF>after every 76 characters, as required for mail.
support2 at lofthouse dot com
27-Dec-2001 09:44
Having trouble with reading a file and encodeing it, but the encoding doesnt turn out right?
| ![]() |