PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getNumericValue
request it (359)
GoLang replacement for PHP's IntlChar::getNumericValue
[edit | history]
IntlChar::getNumericValue(PHP 7) IntlChar::getNumericValue — Get the numeric value for a Unicode code point DescriptionGets the numeric value for a Unicode code point as defined in the Unicode Character Database.
For characters without any numeric values in the Unicode Character Database, this function will return
ParametersReturn Values
Numeric value of ExamplesExample #1 Testing different code points
<?php The above example will output: float(4) float(-123456789) float(50) |
more
Recently updated
more
Most requested
more
Last requests
|