App Directory >> Binary Converter by Eric David
Binary Converter
A novel 2-way converter between binary and ASCIIUsage is simple:
echo get::helper('binary')->text2bin('ford');
//prints out: 01100110 01101111 01110010 01100100
echo get::helper('binary')->bin2text('01100110 01101111 01110010 01100100');
//prints out: ford
App Files
- mvc
- helpers