string base_convert ( string num, int from_base, int to_base ) convert every base to every other base
<? print decbin(16); print base_convert("16", 10, 2); ?>