(PHP 7 >= 7.2.0)
mb_ord — Get code point of character
$string
[, string|null $encoding
= null
] ) : int|false
Esta função não está documentada; somente a lista de argumentos está disponível.
string
encoding
Returns a code point of character ou false
em caso de falha.
Versão | Descrição |
---|---|
8.0.0 |
encoding is nullable now.
|