PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isdefined
request it (327)
GoLang replacement for PHP's IntlChar::isdefined
[edit | history]
IntlChar::isdefined(PHP 7) IntlChar::isdefined — Check whether the code point is defined DescriptionDetermines whether the specified code point is "defined", which usually means that it is assigned a character.
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
|