update : 2015.11.03
php.shukuma.com검색:
|
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 예제Example #1 Testing different properties
<?php 위 예제의 출력: string(16) "Greek_And_Coptic" string(5) "Greek" string(16) "Greek_And_Coptic" bool(false) |