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