ipNumberInfo
Uncategorized • April 2, 2012 • By Juje007 @ 10:10 pm • • 0 Comments
After some experience with IP‘s I had the idea to create a converter for IP numbers to decimal numbers.
After a bit of playing around I discovered how IP numbers work.
And because PHP is having a lot of inside functions to convert decimal numbers to hexadecimal, octal and binary numbers it was very normal to add them to.
You can try it out at http://juje007.be/ipNumberInfo/.
The main function source can be viewed at http://github.com/Juje007/ipNumberInfo
So enjoy and have fun.

