update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::isMirrored(PHP 7) IntlChar::isMirrored — Check if code point has the Bidi_Mirrored property 설명Determines 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. 인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(false) bool(true) bool(true) 참고
|