PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getBidiPairedBracket
request it (305)
GoLang replacement for PHP's IntlChar::getBidiPairedBracket
[edit | history]
PHP IntlChar::getBidiPairedBracketPHP original manual for IntlChar::getBidiPairedBracket [ show | php.net ]IntlChar::getBidiPairedBracket(PHP 7) IntlChar::getBidiPairedBracket — Get the paired bracket character for a code point DescriptionMaps the specified character to its paired bracket character.
For Bidi_Paired_Bracket_Type!=None, this is the same as IntlChar::charMirror().
Otherwise ParametersReturn Values
Returns the paired bracket code point, or The return type will be integer unless the code point was passed as a UTF-8 string, in which case a string will be returned. ExamplesExample #1 Testing different code points
<?php The above example will output: int(93) string(1) "]" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|