| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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:
例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 bool(true) bool(true) bool(true) bool(true) |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::charDirection - Get bidirectional category value for a code point」をGoogle検索
|