Page 1 of 1

base64?

Posted: Sat Jun 08, 2002 10:30 pm
by lexx
does php have mime decoder/encoder functions?

Thanks for any help.

Posted: Sun Jun 09, 2002 2:21 am
by volka

Posted: Tue Jun 11, 2002 4:11 pm
by lexx
the decoder code is there but no ecoder?

Posted: Tue Jun 11, 2002 6:22 pm
by volka
base64_encode and
imap_8bit (ok, not that obvious) are encoders

Posted: Fri Dec 20, 2002 10:27 am
by suhailkaleem
hi !
what about php function that will convert uuencode to base64 ??

Thanks