Function utf8_ord
UTF-8 aware alternative to ord Returns the unicode ordinal for a character
Package: utf8
See: http://www.php.net/ord
See: http://www.php.net/manual/en/function.ord.php#46267
Located at vendor/joomla/string/src/phputf8/ord.php
See: http://www.php.net/ord
See: http://www.php.net/manual/en/function.ord.php#46267
Located at vendor/joomla/string/src/phputf8/ord.php
Parameters summary
string |
$chr |
UTF-8 encoded character |
Return value summary
integer
|
unicode ordinal for the character |