I need to perform this Javascript

var letter = String.fromCharCode("A".charCodeAt(0) + index);

in PHP, what do I use?

    Write a Reply...