Php/docs/function.mb-chr

From Get docs

mb_chr

(PHP 7 >= 7.2.0)

mb_chrGet a specific character


Description

mb_chr ( int $cp [, string $encoding ] ) : string|false

Warning This function is currently not documented; only its argument list is available.


Parameters

cp
encoding


Return Values

Returns a specific character or FALSE on failure.


See Also

  • mb_ord() - Get code point of character
  • chr() - Generate a single-byte string from a number