PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isdigit
request it (421)
GoLang replacement for PHP's IntlChar::isdigit
[edit | history]
IntlChar::isdigit(PHP 7) IntlChar::isdigit — Check if code point is a digit character DescriptionDetermines whether the specified code point is a digit character.
ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(false) bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|