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