(PHP 7 >= 7.2.0, PHP 8)
mb_ord — Get code point of character
$string
, string|null $encoding = null
) : int|false
This function is currently not documented; only its argument list is available.
string
encoding
Returns a code point of character or false on failure.
| Version | Description |
|---|---|
| 8.0.0 |
encoding is nullable now.
|