PHP bindec May 3, 2012 Pramod T P It converts binary number to decimal number Example <?php echo bindec(“0011”); ?> Output 3