(PHP 7 >= 7.2.0, PHP 8)
mb_ord — Get code point of character
$string
, string|null $encoding
= null
) : int|false
本函数还未编写文档,仅有参数列表。
string
encoding
Returns a code point of character 或者在失败时返回 false
.
版本 | 说明 |
---|---|
8.0.0 |
现在 encoding 可以为 null。
|