chr()
The chr() function returns a character from the specified ASCII value
syntax
chr(ascii)
Example
4
*
The chr() function returns a character from the specified ASCII value
syntax
chr(ascii)
Example
<?php // returns a character from the specified ASCII value echo chr(52); echo chr(052); ?> Output |
*
0 comments:
Post a Comment