PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::charDirection
request it (298)
GoLang replacement for PHP's IntlChar::charDirection
[edit | history]
IntlChar::charDirection(PHP 7) IntlChar::charDirection — Get bidirectional category value for a code point DescriptionReturns the bidirectional category value for the code point, which is used in the » Unicode bidirectional algorithm (UAX #9).
ParametersReturn ValuesThe bidirectional category value; 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
|