PHP » GoLang |
login |
register |
about
|
IntlChar::ord(PHP 7) IntlChar::ord — Return Unicode code point value of character DescriptionReturns the Unicode code point value of the given character. This function compliments IntlChar::chr(). Parameters
Return ValuesReturns the Unicode code point value as an integer. ExamplesExample #1 Testing different code points
<?php The above example will output: int(65) int(32) int(9731) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|