PHP chr() May 21, 2012 Pramod T P It returns a character based on ASCII value . Example <?php echo chr(52); ?> Output 4