|
IntlChar::getPropertyValueEnumGet the property value for a given value name Description
public static int IntlChar::getPropertyValueEnum
( int
$property
, string $name
)Returns the property value integer for a given value name, as specified in the Unicode database file PropertyValueAliases.txt. Short, long, and any other variants are recognized.
Parameters
Return Values
Returns the corresponding value integer, or ExamplesExample #1 Testing different properties
<?php The above example will output: bool(true) bool(true) bool(true) bool(true) |