PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getIntPropertyValue
request it (453)
GoLang replacement for PHP's IntlChar::getIntPropertyValue
[edit | history]
PHP IntlChar::getIntPropertyValuePHP original manual for IntlChar::getIntPropertyValue [ show | php.net ]IntlChar::getIntPropertyValue(PHP 7) IntlChar::getIntPropertyValue — Get the value for a Unicode property for a code point DescriptionGets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values. ParametersReturn ValuesReturns 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 0 or 1 (for Returns a bit-mask for mask properties.
Returns 0 if ExamplesExample #1 Testing different properties
<?php The above example will output: bool(true) bool(true) bool(true) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|