PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getPropertyValueEnum
request it (303)
GoLang replacement for PHP's IntlChar::getPropertyValueEnum
[edit | history]
PHP IntlChar::getPropertyValueEnumPHP original manual for IntlChar::getPropertyValueEnum [ show | php.net ]IntlChar::getPropertyValueEnum(PHP 7) IntlChar::getPropertyValueEnum — Get 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) |
more
Recently updated
more
Most requested
more
Last requests
|