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