mb_chr

(PHP 7 >= 7.2.0, PHP 8)

mb_chrGet a specific character

说明

mb_chr ( int $codepoint , string|null $encoding = null ) : string|false

警告

本函数还未编写文档,仅有参数列表。

参数

codepoint

encoding

返回值

Returns a specific character 或者在失败时返回 false.

更新日志

版本 说明
8.0.0 现在 encoding 可以为 null。

参见

  • mb_ord() - Get code point of character
  • chr() - 返回指定的字符