PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getPropertyName
request it (363)
GoLang replacement for PHP's IntlChar::getPropertyName
[edit | history]
IntlChar::getPropertyName(PHP 7) IntlChar::getPropertyName — Get the Unicode name for a property Description
public static string IntlChar::getPropertyName
( int
$property
[, int $nameChoice = IntlChar::LONG_PROPERTY_NAME
] )Returns the Unicode name for a given property, as given in the Unicode database file PropertyAliases.txt.
In addition, this function maps the property This function compliments IntlChar::getPropertyEnum(). Parameters
Return Values
Returns the name, or
If a given ExamplesExample #1 Testing different properties
<?php The above example will output: string(10) "Bidi_Class" string(2) "bc" string(10) "Bidi_Class" bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|