PHP decbin May 3, 2012 Pramod T P It converts a decimal to binary Example <?php echo decbin(17); ?> Output 10001