PHP » GoLang |
login |
register |
about
|
|
IntlChar::chr(PHP 7) IntlChar::chr — Return Unicode character by code point value DescriptionReturns a string containing the character specified by the Unicode code point value. This function compliments IntlChar::ord(). ParametersReturn ValuesA string containing the single character specified by the Unicode code point value. ExamplesExample #1 Testing different code points
<?phpThe above example will output:
string(1) "A"
string(1) "?"
string(1) "{"
string(3) "☃"
See Also
|
more
Most requested
more
Last requests
|