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