How to use chr() Function in PHP?
Programming | PHP | Tuesday, 31 January 2012 09:14
How to use chr() Function in PHP?
The chr() function returns a character from the specified ASCII value.
Syntax
The "ascii"parameter can be specified in decimal, octal, or hex values. Octal values are defined by a leading 0, while hex values are defined by a leading 0x.
Problem
Solution
| |
|
|
| |






