PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isMirrored
request it (364)
GoLang replacement for PHP's IntlChar::isMirrored
[edit | history]
IntlChar::isMirrored(PHP 7) IntlChar::isMirrored — Check if code point has the Bidi_Mirrored property DescriptionDetermines whether the code point has the Bidi_Mirrored property. This property is set for characters that are commonly used in Right-To-Left contexts and need to be displayed with a "mirrored" glyph. ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(false) bool(true) bool(true) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|