PHP: convert int to ascii char

I am looking for a way to convert an integer to a character in PHP.

ex.

65 to ‘a’

Thanks