Base62 Encode / Decode


/ Published in: PHP
Save to your folder(s)

If you have large integers and you want to shrink them down in size for whatever reason, you can use this code. Should be easy enough to extend if you want even higher bases (just add a few more chars and increase the base).

URL: http://programanddesign.com/php/base62-encode/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.