base64?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lexx
Forum Newbie
Posts: 21
Joined: Sat Jun 08, 2002 10:30 pm

base64?

Post by lexx »

does php have mime decoder/encoder functions?

Thanks for any help.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

lexx
Forum Newbie
Posts: 21
Joined: Sat Jun 08, 2002 10:30 pm

Post by lexx »

the decoder code is there but no ecoder?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

base64_encode and
imap_8bit (ok, not that obvious) are encoders
suhailkaleem
Forum Newbie
Posts: 12
Joined: Thu Nov 07, 2002 9:11 am
Contact:

Post by suhailkaleem »

hi !
what about php function that will convert uuencode to base64 ??

Thanks
Post Reply