update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::getBidiPairedBracket(PHP 7) IntlChar::getBidiPairedBracket — Get the paired bracket character for a code point 설명Maps the specified character to its paired bracket character.
For Bidi_Paired_Bracket_Type!=None, this is the same as IntlChar::charMirror().
Otherwise 인수반환값
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. 예제Example #1 Testing different code points
<?php 위 예제의 출력: int(93) string(1) "]" 참고
|