PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::charDigitValue
request it (355)
GoLang replacement for PHP's IntlChar::charDigitValue
[edit | history]
IntlChar::charDigitValue(PHP 7) IntlChar::charDigitValue — Get the decimal digit value of a decimal digit character DescriptionReturns the decimal digit value of a decimal digit character. Such characters have the general category "Nd" (decimal digit numbers) and a Numeric_Type of Decimal. ParametersReturn Values
The decimal digit value of ExamplesExample #1 Testing different code points
<?php The above example will output: int(1) int(2) int(3) |
more
Recently updated
more
Most requested
more
Last requests
|