|
IntlChar::getIntPropertyValueGet the value for a Unicode property for a code point Description
public static intnull IntlChar::getIntPropertyValue(intstring
$codepoint , int $property )Gets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values. Parameters
Return Values
Returns the numeric value that is directly the property value or, for enumerated properties, corresponds to the
numeric value of the enumerated constant of the respective property value enumeration type. Returns
Returns Returns a bit-mask for mask properties.
Returns ExamplesExample #1 Testing different properties
The above example will output: bool(true) bool(true) bool(true) See Also
|