-
A bit field can be created from either an integer number of a string of bits. The Bit field provides an Iterator interface to traverse the list of bits, function to set or get individual bit values, as well convert the bit field into integer, hexadecimal, octal and array values. Requirements: PHP 5.2 or higher
-
Integer is an integer type class that supports very large numbers, multiple number base arithmetic and conversions (from and to binary, octal, decimal, hex and other up to 36 base numbers).
-
This Math Script containing only one function numconv($systemin, $systemout, $number, $length). With this function you can convert a value from one number system to another. For example hexadecimal to decimal or octal to binary or five-system to six-system. Any combination is possible.

