Search

Cast int to char PHP

> Integer to character conversion

Description
Get the ASCII character


chr( 65 ) // "A"

SEE ALSO