| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::charName(PHP 7) IntlChar::charName — Retrieve the name of a Unicode character 説明
public static string IntlChar::charName
( mixed
$codepoint
[, int $nameChoice = IntlChar::UNICODE_CHAR_NAME
] )Retrieves the name of a Unicode character.
Depending on パラメータ
返り値The corresponding name, or an empty string if there is no name for this character. 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 string(9) "FULL STOP" string(9) "FULL STOP" string(7) "SNOWMAN" string(0) "" 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::charName - Retrieve the name of a Unicode character」をGoogle検索
|