PHP hexdec May 3, 2012 Pramod T P It converts Hexadecimal to decimal Example <?php echo hexdec(17); ?> Output 23