base_convert « Math « PHP






1.Convert integer values to other bases such as binary or base 32 and base 36
2.string base_convert ( string num, int from_base, int to_base ) convert every base to every other base
3.function base_convert() converts any integer value from one base to another