number decbin ( string binary_num ) converts a binary number into a decimal number
<? print decbin("10000"); // 16 ?>