update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::charDirection(PHP 7) IntlChar::charDirection — Get bidirectional category value for a code point 설명Returns the bidirectional category value for the code point, which is used in the » Unicode bidirectional algorithm (UAX #9).
인수반환값The bidirectional category value; one of the following constants:
예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(true) bool(true) bool(true) bool(true) |