PHP chr function : is used to convert an ASCII number to character.
PHP chr Function Syntax
chr(ascii)
ascii : is ascii value to convert.
Return : Returns Characters
Note : ord() works as the reverse of the chr() function.
Output of the above Example :