PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getPropertyValueName
request it (249)
GoLang replacement for PHP's IntlChar::getPropertyValueName
[edit | history]
PHP IntlChar::getPropertyValueNamePHP original manual for IntlChar::getPropertyValueName [ show | php.net ]IntlChar::getPropertyValueName(PHP 7) IntlChar::getPropertyValueName — Get the Unicode name for a property value Description
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.
Parameters
Return Values
Returns the name, or
If a given ExamplesExample #1 Testing different properties
<?php The above example will output: string(16) "Greek_And_Coptic" string(5) "Greek" string(16) "Greek_And_Coptic" bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|