What is the chr() PHP7 function and what does it do?

A1WEBSITEPRO QuestionsCategory: PHPWhat is the chr() PHP7 function and what does it do?
Bob asked 5 years ago

What is the chr() PHP7 function and what does it do?

What is the chr() PHP7 function and what does it do? was last modified: November 21st, 2018 by Bob
1 Answers
Best Answer
Maximus Mccullough Staff answered 5 years ago

The chr() function in PHP7 is used to return any specified character from an ASCII value. These values can be in the form of a decimal, hex or octal value.

Answer for What is the chr() PHP7 function and what does it do? was last modified: November 21st, 2018 by Maximus Mccullough