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