PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::charName
request it (377)
GoLang replacement for PHP's IntlChar::charName
[edit | history]
IntlChar::charName(PHP 7) IntlChar::charName — Retrieve the name of a Unicode character Description
public static string IntlChar::charName
( mixed
$codepoint
[, int $nameChoice = IntlChar::UNICODE_CHAR_NAME
] )Retrieves the name of a Unicode character.
Depending on Parameters
Return ValuesThe corresponding name, or an empty string if there is no name for this character. ExamplesExample #1 Testing different code points
<?php The above example will output: string(9) "FULL STOP" string(9) "FULL STOP" string(7) "SNOWMAN" string(0) "" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|