PHP » GoLang |
login |
register |
about
|
chr(PHP 4, PHP 5, PHP 7) chr — Return a specific character Description
string chr
( int
$ascii
)
Returns a one-character string containing the character specified
by This function complements ord(). Parameters
Return ValuesReturns the specified character. Examples
Example #1 chr() example
<?php Example #2 Overflow behavior
<?php The above example will output: aA |
more
Recently updated
more
Most requested
more
Last requests
|