PHP chr() Function

In this article, you will learn; How to convert ASCII value to chactacter in PHP. The PHP Chr() function solves this problem and provides the following functionalities. Convert decimal ASCII value to character. Convert Octal ASCII value to chracter. In this case the value starts with 0. Converts Hexadecimal ASCII value to character. In this …

PHP chr() Function Read More »