PHP Classes

Why not http://php.

Recommend this page to a friend!

      PHP Base64 Encode and Decode  >  PHP Base64 Encode and Decode package blog  >  Base64 algorithm in p...  >  All threads  >  Why not http://php.  >  (Un) Subscribe thread alerts  
Subject:Why not http://php.
Summary:Package rating comment
Messages:3
Author:per
Date:2016-01-23 17:29:57
 

  1. Why not http://php.   Reply   Report abuse  
Picture of per per - 2016-01-23 17:29:57
Why not http://php.net/manual/en/function.base64-encode.php

  2. Re: Why not http://php.   Reply   Report abuse  
Picture of Haseeb Ahmad Basil Haseeb Ahmad Basil - 2016-01-24 08:22:01 - In reply to message 1 from per
This is not just for using but also to learn inner workings of base64. And how it works in php. This is to know how complex codes are written in php. And it is customizable too. If you change the value of $codes (but not the length). You'll have your own version of base64.

  3. Re: Why not http://php.   Reply   Report abuse  
Picture of per per - 2016-01-24 14:59:15 - In reply to message 2 from Haseeb Ahmad Basil
For that we have PHP's source code. Posted below is the c file that generates base64 encode and decode.
lxr.php.net/xref/PHP_5_4/ext/standa ...