|
IntlChar::getPropertyValueNameGet the Unicode name for a property value Beschreibung
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.
Parameter-Liste
Rückgabewerte
Returns the name, or
If a given BeispieleBeispiel #1 Testen unterschiedlicher Eigenschaften
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(16) "Greek_And_Coptic" string(5) "Greek" string(16) "Greek_And_Coptic" bool(false) |