PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::charType
request it (313)
GoLang replacement for PHP's IntlChar::charType
[edit | history]
IntlChar::charType(PHP 7) IntlChar::charType — Get the general category value for a code point DescriptionReturns the general category value for the code point. ParametersReturn ValuesReturns the general category type, which may be one of the following constants:
ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(true) bool(true) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|