| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::getPropertyValueName(PHP 7) IntlChar::getPropertyValueName — Get the Unicode name for a property value 説明
public static string IntlChar::getPropertyValueName
( int
$property
, int $value
[, int $nameChoice = IntlChar::LONG_PROPERTY_NAME
] )Returns the Unicode name for a given property value, as given in the Unicode database file PropertyValueAliases.txt.
パラメータ
返り値
Returns the name, or
If a given 例例1 さまざまなプロパティの例
<?php 上の例の出力は以下となります。 string(16) "Greek_And_Coptic" string(5) "Greek" string(16) "Greek_And_Coptic" bool(false) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::getPropertyValueName - Get the Unicode name for a property value」をGoogle検索
|