PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isxdigit
request it (377)
GoLang replacement for PHP's IntlChar::isxdigit
[edit | history]
IntlChar::isxdigit(PHP 7) IntlChar::isxdigit — Check if code point is a hexadecimal digit DescriptionDetermines whether the specified code point is a hexadecimal digit.
This is equivalent to IntlChar::digit($codepoint, 16) >= 0. ParametersReturn Values
Returns Notes
ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(true) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|