GoLang mb_ord

request it (348)
GoLang replacement for PHP's mb_ord [edit | history]



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

PHP mb_ord

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

mb_ord

(PHP 7 >= 7.2.0)

mb_ordGet code point of character

Description

int mb_ord ( string $str [, string $encoding ] )

Warning

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

Parameters

str

encoding

Return Values

Returns a code point of character or FALSE on failure.

See Also

  • mb_chr() - Get a specific character
  • ord() - Return ASCII value of character