GoLang mb_chr

request it (336)
GoLang replacement for PHP's mb_chr [edit | history]



Do you know a GoLang replacement for PHP's mb_chr? Write it!

PHP mb_chr

PHP original manual for mb_chr [ show | php.net ]

mb_chr

(PHP 7 >= 7.2.0)

mb_chrGet a specific character

Description

string mb_chr ( int $cp [, string $encoding ] )

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() - Return a specific character