Php/docs/function.mb-ord
来自菜鸟教程
(PHP 7 >= 7.2.0)
mb_ord — Get code point of character
mb_ord
( string $str
[, string $encoding
] ) : int|false
Warning 本函数还未编写文档,仅有参数列表。
str
encoding
Returns a code point of character 或者在失败时返回 false
.