|
IntlChar::getPropertyValueNameGet the Unicode name for a property value Description
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.
Parameters
Return Values
Returns the name, or
If a given ExamplesExample #1 Testing different properties
<?php The above example will output: string(16) "Greek_And_Coptic" string(5) "Greek" string(16) "Greek_And_Coptic" bool(false) |