PHP chr functionPHP chr function return a character string form different ASCII value. Example for PHP chr function<?phpecho chr(65); //will return A letter?>