(PHP 7 >= 7.2.0)
mb_chr — Get a specific character
mb_chr ( int $codepoint [, string|null $encoding = null ] ) : string|false
This function is currently not documented; only its argument list is available.
codepoint
encoding
Returns a specific character or false
on failure.
Version | Description |
---|---|
8.0.0 | encoding is nullable now. |
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.mb-chr.php