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